diff options
Diffstat (limited to 'tests/BridgeImplementationTest.php')
-rw-r--r-- | tests/BridgeImplementationTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/BridgeImplementationTest.php b/tests/BridgeImplementationTest.php index 28d8ec1e..e45de77f 100644 --- a/tests/BridgeImplementationTest.php +++ b/tests/BridgeImplementationTest.php @@ -212,7 +212,6 @@ class BridgeImplementationTest extends TestCase { } private function setBridge($path) { - require_once $path; $this->class = basename($path, '.php'); $this->assertTrue(class_exists($this->class), 'class ' . $this->class . ' doesn\'t exist'); $this->obj = new $this->class(); |