X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fbootstrap.php;h=b034b092beccbc80bee7841f480538cc4b9ea2d0;hb=7d1a603ee5e028ab03a56f1512560cffc4aa1028;hp=34467b7607c75bda6490621e85f660561f56980f;hpb=2bda6980bbd36ef011e6c19502ea2a0fe3376d02;p=friendica.git diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 34467b7607..b034b092be 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -32,7 +32,7 @@ require __DIR__ . '/../vendor/autoload.php'; // Backward compatibility if (!class_exists(TestCase::class)) { - class_alias(PHPUnit_Framework_TestCase::class, TestCase::class); + class_alias(\PHPUnit\Framework\TestCase::class, TestCase::class); } $dice = new Dice();