aboutsummaryrefslogtreecommitdiff
path: root/tests/FormatImplementationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FormatImplementationTest.php')
-rw-r--r--tests/FormatImplementationTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/FormatImplementationTest.php b/tests/FormatImplementationTest.php
index d4d7249f..e4501d68 100644
--- a/tests/FormatImplementationTest.php
+++ b/tests/FormatImplementationTest.php
@@ -33,7 +33,6 @@ class FormatImplementationTest extends TestCase {
}
private function setFormat($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();