mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-21 23:55:56 +02:00
feat: enable bridges using env var (#3428)
* refactor: bridgefactory, add tests * refactor: move defaultly enabled bridges to config * refactor * refactor * feat: add support for enabling bridges with env var
This commit is contained in:
@@ -10,6 +10,11 @@ class ActionImplementationTest extends TestCase
|
||||
private $class;
|
||||
private $obj;
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
\Configuration::loadConfiguration();
|
||||
}
|
||||
|
||||
/**
|
||||
* @dataProvider dataActionsProvider
|
||||
*/
|
||||
|
@@ -7,6 +7,11 @@ use PHPUnit\Framework\TestCase;
|
||||
|
||||
class ListActionTest extends TestCase
|
||||
{
|
||||
public function setUp(): void
|
||||
{
|
||||
\Configuration::loadConfiguration();
|
||||
}
|
||||
|
||||
public function testHeaders()
|
||||
{
|
||||
$action = new \ListAction();
|
||||
|
Reference in New Issue
Block a user