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