aboutsummaryrefslogtreecommitdiff
path: root/tests/CacheImplementationTest.php
diff options
context:
space:
mode:
authorGravatar Dag <me@dvikan.no> 2022-04-13 21:04:10 +0200
committerGravatar GitHub <noreply@github.com> 2022-04-13 21:04:10 +0200
commitd62b9773940cb8f110899ba4737be173d8f21da7 (patch)
tree6825283980fcaafb7aa5774b68405a5759af67c4 /tests/CacheImplementationTest.php
parent183004f954fe139236e7373e335be4189d37837d (diff)
downloadrss-bridge-d62b9773940cb8f110899ba4737be173d8f21da7.tar.gz
rss-bridge-d62b9773940cb8f110899ba4737be173d8f21da7.tar.zst
rss-bridge-d62b9773940cb8f110899ba4737be173d8f21da7.zip
refactor: ./tests (#2649)
* refactor: ./tests * test: consolidate testsuites * refactor: move config setup into rssbridge.php Makes it easier to unit test. * lint
Diffstat (limited to 'tests/CacheImplementationTest.php')
-rw-r--r--tests/CacheImplementationTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CacheImplementationTest.php b/tests/CacheImplementationTest.php
index 25189134..68741d8b 100644
--- a/tests/CacheImplementationTest.php
+++ b/tests/CacheImplementationTest.php
@@ -1,5 +1,4 @@
<?php
-require_once __DIR__ . '/../lib/rssbridge.php';
use PHPUnit\Framework\TestCase;