aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/LinkDBTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/LinkDBTest.php')
-rw-r--r--tests/LinkDBTest.php4
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
6use Shaarli\Exceptions\IOException; 6require_once 'application/feed/Cache.php';
7
8require_once 'application/Cache.php';
9require_once 'application/FileUtils.php'; 7require_once 'application/FileUtils.php';
10require_once 'application/LinkDB.php'; 8require_once 'application/LinkDB.php';
11require_once 'application/Utils.php'; 9require_once 'application/Utils.php';