diff options
Diffstat (limited to 'tests/CacheImplementationTest.php')
-rw-r--r-- | tests/CacheImplementationTest.php | 1 |
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'); } |