aboutsummaryrefslogtreecommitdiff
path: root/tests/ActionImplementationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ActionImplementationTest.php')
-rw-r--r--tests/ActionImplementationTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ActionImplementationTest.php b/tests/ActionImplementationTest.php
index 554432f3..6a36c2f1 100644
--- a/tests/ActionImplementationTest.php
+++ b/tests/ActionImplementationTest.php
@@ -1,5 +1,4 @@
<?php
-require_once __DIR__ . '/../lib/rssbridge.php';
use PHPUnit\Framework\TestCase;
@@ -40,8 +39,6 @@ class ActionImplementationTest extends TestCase {
$this->assertEquals($allowedActionAbstract, $methods);
}
- ////////////////////////////////////////////////////////////////////////////
-
public function dataActionsProvider() {
$actions = array();
foreach (glob(PATH_LIB_ACTIONS . '*.php') as $path) {