From 0ef298f9cc5d2ab74ea9d41706998110fec0308f Mon Sep 17 00:00:00 2001 From: Dag Date: Tue, 26 Apr 2022 00:57:59 +0200 Subject: refactor: add php autoloader (#2655) --- tests/CacheImplementationTest.php | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/CacheImplementationTest.php') 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'); } -- cgit v1.2.3