]> 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 342b78a43b3b41c602a192905aacc59975fe078c..c6b39c29753b47f23ac521ec824a4f9165e9e21e 100644 (file)
@@ -5,11 +5,10 @@
 
 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';