aboutsummaryrefslogtreecommitdiff
path: root/tests/CacheImplementationTest.php
diff options
context:
space:
mode:
authorGravatar Dag <me@dvikan.no> 2022-04-26 00:57:59 +0200
committerGravatar GitHub <noreply@github.com> 2022-04-26 00:57:59 +0200
commit0ef298f9cc5d2ab74ea9d41706998110fec0308f (patch)
treeef6692c1ddde0cb2adbaa7db0aa2bb139fb41e89 /tests/CacheImplementationTest.php
parentb090b17bbf934a102723101911e30796520680b8 (diff)
downloadrss-bridge-0ef298f9cc5d2ab74ea9d41706998110fec0308f.tar.gz
rss-bridge-0ef298f9cc5d2ab74ea9d41706998110fec0308f.tar.zst
rss-bridge-0ef298f9cc5d2ab74ea9d41706998110fec0308f.zip
refactor: add php autoloader (#2655)
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 68741d8b..1e430998 100644
--- a/tests/CacheImplementationTest.php
+++ b/tests/CacheImplementationTest.php
@@ -34,7 +34,6 @@ class CacheImplementationTest extends TestCase {
}
private function setCache($path) {
- require_once $path;
$this->class = basename($path, '.php');
$this->assertTrue(class_exists($this->class), 'class ' . $this->class . ' doesn\'t exist');
}