]> git.mxchange.org Git - friendica.git/blobdiff - tests/bootstrap.php
Add license check
[friendica.git] / tests / bootstrap.php
index 34467b7607c75bda6490621e85f660561f56980f..75c01f06f4c85503e8e1f593d28f7b57fca63135 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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();