]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/bootstrap.php
Migrate cache purge function to a proper class
[github/shaarli/Shaarli.git] / tests / bootstrap.php
index 0afbcba61bb04da17b45b9ceb702a086ed816188..c80bcb33a3decdce2080479c65fa50fa6a3decaf 100644 (file)
@@ -18,7 +18,6 @@ require_once 'application/bookmark/LinkUtils.php';
 require_once 'application/Utils.php';
 require_once 'application/http/UrlUtils.php';
 require_once 'application/http/HttpUtils.php';
-require_once 'application/feed/Cache.php';
 require_once 'tests/utils/ReferenceLinkDB.php';
 require_once 'tests/utils/ReferenceHistory.php';
 require_once 'tests/utils/FakeBookmarkService.php';