Revert node.config.php into Config table

This commit is contained in:
Philipp
2023-02-05 00:15:01 +01:00
parent 6db89adc04
commit 513ef03421
27 changed files with 425 additions and 829 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class SystemTest extends TestCase
$dice = \Mockery::mock(Dice::class);
$dice->shouldReceive('create')->with(BaseURL::class)->andReturn($baseUrl);
DI::init($dice);
DI::init($dice, true);
}
private function assertGuid($guid, $length, $prefix = '')