X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fhttp%2FUrlTest.php;h=c6b39c29753b47f23ac521ec824a4f9165e9e21e;hb=a5a9cf23acd1248585173aa32757d9720b5f2d62;hp=342b78a43b3b41c602a192905aacc59975fe078c;hpb=51753e403fa69c0ce124ede27d300477e3e799ca;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/http/UrlTest.php b/tests/http/UrlTest.php index 342b78a4..c6b39c29 100644 --- a/tests/http/UrlTest.php +++ b/tests/http/UrlTest.php @@ -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';