]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/UtilsTest.php
Compatibility with PHPUnit 9
[github/shaarli/Shaarli.git] / tests / UtilsTest.php
index 93b77539cb33fb8c16e069415f5e81a3a4f7554c..6e787d7f110f377ca7f83edb3114f21e351910a8 100644 (file)
@@ -10,7 +10,7 @@ require_once 'application/Languages.php';
 /**
  * Unitary tests for Shaarli utilities
  */
-class UtilsTest extends PHPUnit\Framework\TestCase
+class UtilsTest extends \Shaarli\TestCase
 {
     // Log file
     protected static $testLogFile = 'tests.log';