From 0a8fe57003e3247f063465c21555609b82a136d7 Mon Sep 17 00:00:00 2001 From: Dag Date: Sun, 11 Jun 2023 03:16:03 +0200 Subject: 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 --- tests/Actions/ActionImplementationTest.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/Actions/ActionImplementationTest.php') diff --git a/tests/Actions/ActionImplementationTest.php b/tests/Actions/ActionImplementationTest.php index bf5dc4f9..e70dd7e2 100644 --- a/tests/Actions/ActionImplementationTest.php +++ b/tests/Actions/ActionImplementationTest.php @@ -10,6 +10,11 @@ class ActionImplementationTest extends TestCase private $class; private $obj; + public function setUp(): void + { + \Configuration::loadConfiguration(); + } + /** * @dataProvider dataActionsProvider */ -- cgit v1.2.3