X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2Fbootstrap.php;h=c80bcb33a3decdce2080479c65fa50fa6a3decaf;hb=5ec4708ced1cdca01eddd7e52377ab5e5f8b3290;hp=0afbcba61bb04da17b45b9ceb702a086ed816188;hpb=e26e2060f5470ce8bf4c5973284bae07b8af170a;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 0afbcba6..c80bcb33 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -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';