aboutsummaryrefslogtreecommitdiff
path: root/tests/FormatImplementationTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FormatImplementationTest.php')
-rw-r--r--tests/FormatImplementationTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/FormatImplementationTest.php b/tests/FormatImplementationTest.php
index f2df6350..d4d7249f 100644
--- a/tests/FormatImplementationTest.php
+++ b/tests/FormatImplementationTest.php
@@ -1,5 +1,4 @@
<?php
-require_once __DIR__ . '/../lib/rssbridge.php';
use PHPUnit\Framework\TestCase;
@@ -25,8 +24,6 @@ class FormatImplementationTest extends TestCase {
$this->assertInstanceOf(FormatInterface::class, $this->obj);
}
- ////////////////////////////////////////////////////////////////////////////
-
public function dataFormatsProvider() {
$formats = array();
foreach (glob(PATH_LIB_FORMATS . '*.php') as $path) {