diff options
author | 2022-04-13 21:04:10 +0200 | |
---|---|---|
committer | 2022-04-13 21:04:10 +0200 | |
commit | d62b9773940cb8f110899ba4737be173d8f21da7 (patch) | |
tree | 6825283980fcaafb7aa5774b68405a5759af67c4 /tests/ActionImplementationTest.php | |
parent | 183004f954fe139236e7373e335be4189d37837d (diff) | |
download | rss-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/ActionImplementationTest.php')
-rw-r--r-- | tests/ActionImplementationTest.php | 3 |
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) { |