aboutsummaryrefslogtreecommitdiff
path: root/tests/FormatImplementationTest.php
diff options
context:
space:
mode:
authorGravatar Dag <me@dvikan.no> 2022-04-13 21:04:10 +0200
committerGravatar GitHub <noreply@github.com> 2022-04-13 21:04:10 +0200
commitd62b9773940cb8f110899ba4737be173d8f21da7 (patch)
tree6825283980fcaafb7aa5774b68405a5759af67c4 /tests/FormatImplementationTest.php
parent183004f954fe139236e7373e335be4189d37837d (diff)
downloadrss-bridge-d62b9773940cb8f110899ba4737be173d8f21da7.tar.gz
rss-bridge-d62b9773940cb8f110899ba4737be173d8f21da7.tar.zst
rss-bridge-d62b9773940cb8f110899ba4737be173d8f21da7.zip
refactor: ./tests (#2649)
* refactor: ./tests * test: consolidate testsuites * refactor: move config setup into rssbridge.php Makes it easier to unit test. * lint
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) {