]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/updater/UpdaterTest.php
Compatibility with PHPUnit 9
[github/shaarli/Shaarli.git] / tests / updater / UpdaterTest.php
index 5cfcd5db4f74c54bc0078129b86afbd4cb7ae26f..73029e07395cdab39040c7285f5273d29740f04d 100644 (file)
@@ -2,11 +2,11 @@
 namespace Shaarli\Updater;
 
 use Exception;
-use PHPUnit\Framework\TestCase;
 use Shaarli\Bookmark\BookmarkFileService;
 use Shaarli\Bookmark\BookmarkServiceInterface;
 use Shaarli\Config\ConfigManager;
 use Shaarli\History;
+use Shaarli\TestCase;
 
 
 /**