X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Ffront%2Fcontroller%2Fvisitor%2FShaarliVisitorControllerTest.php;h=935ec24ef7597ad67dcf043176883d3f571f9995;hb=a5a9cf23acd1248585173aa32757d9720b5f2d62;hp=00188c02ca6538b88a66853a0ac207e27a59459a;hpb=abe033be855f76fde9e8576ce36460fbb23b1e57;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/front/controller/visitor/ShaarliVisitorControllerTest.php b/tests/front/controller/visitor/ShaarliVisitorControllerTest.php index 00188c02..935ec24e 100644 --- a/tests/front/controller/visitor/ShaarliVisitorControllerTest.php +++ b/tests/front/controller/visitor/ShaarliVisitorControllerTest.php @@ -4,8 +4,8 @@ declare(strict_types=1); namespace Shaarli\Front\Controller\Visitor; -use PHPUnit\Framework\TestCase; use Shaarli\Bookmark\BookmarkFilter; +use Shaarli\TestCase; use Slim\Http\Request; use Slim\Http\Response;