]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/http/UrlTest.php
Compatibility with PHPUnit 9
[github/shaarli/Shaarli.git] / tests / http / UrlTest.php
index ae92f73a4d4a2a62a851b9d99d5b523bc9b303e7..c6b39c29753b47f23ac521ec824a4f9165e9e21e 100644 (file)
@@ -8,7 +8,7 @@ namespace Shaarli\Http;
 /**
  * Unitary tests for URL utilities
  */
-class UrlTest extends \PHPUnit\Framework\TestCase
+class UrlTest extends \Shaarli\TestCase
 {
     // base URL for tests
     protected static $baseUrl = 'http://domain.tld:3000';