diff options
Diffstat (limited to 'tests/LinkDBTest.php')
-rw-r--r-- | tests/LinkDBTest.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/LinkDBTest.php b/tests/LinkDBTest.php index 9b2f35e6..737a2247 100644 --- a/tests/LinkDBTest.php +++ b/tests/LinkDBTest.php | |||
@@ -3,9 +3,7 @@ | |||
3 | * Link datastore tests | 3 | * Link datastore tests |
4 | */ | 4 | */ |
5 | 5 | ||
6 | use Shaarli\Exceptions\IOException; | 6 | require_once 'application/feed/Cache.php'; |
7 | |||
8 | require_once 'application/Cache.php'; | ||
9 | require_once 'application/FileUtils.php'; | 7 | require_once 'application/FileUtils.php'; |
10 | require_once 'application/LinkDB.php'; | 8 | require_once 'application/LinkDB.php'; |
11 | require_once 'application/Utils.php'; | 9 | require_once 'application/Utils.php'; |