mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 22:30:14 +02:00
refactor: add php autoloader (#2655)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
Reference in New Issue
Block a user