X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fbootstrap.php;h=b034b092beccbc80bee7841f480538cc4b9ea2d0;hb=fb1e8e75f5eef9c4e05bec047bda6077e6c275de;hp=34467b7607c75bda6490621e85f660561f56980f;hpb=acda145ceee17ea9bfc21b5733313547535fd10e;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();