This commit is contained in:
Roland Gruber 2019-11-30 11:12:07 +01:00
parent 41b4869052
commit c71b01a73e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class LAMConfigTest extends TestCase {
/** /**
* Prepares the environment before running a test. * Prepares the environment before running a test.
*/ */
protected function setUp() { protected function setUp(): void {
parent::setUp(); parent::setUp();
testCreateDefaultConfig(); testCreateDefaultConfig();
$profiles = getConfigProfiles(); $profiles = getConfigProfiles();