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(); diff --git a/tests/datasets/api.fixture.php b/tests/datasets/api.fixture.php index fc6fc6ccfc..fbf2aad47c 100644 --- a/tests/datasets/api.fixture.php +++ b/tests/datasets/api.fixture.php @@ -738,4 +738,4 @@ return [ 'uid' => 42, ], ], -]; \ No newline at end of file +];