mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-23 12:15:23 +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:
parent
d9490c6518
commit
0a8fe57003
19 changed files with 179 additions and 182 deletions
|
@ -10,6 +10,11 @@ class ActionImplementationTest extends TestCase
|
|||
private $class;
|
||||
private $obj;
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
\Configuration::loadConfiguration();
|
||||
}
|
||||
|
||||
/**
|
||||
* @dataProvider dataActionsProvider
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue