The tests had been split

This commit is contained in:
Michael 2020-11-07 11:02:23 +00:00
parent dadd73ba31
commit 335a122c81
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class DependencyCheckTest extends TestCase
self::assertTrue($mode->has((App\Mode::DBCONFIGAVAILABLE), 'Database config is not available'));
self::assertTrue($mode->has((App\Mode::MAINTENANCEDISABLED), 'In maintenance mode'));
self::assertTrue($mode->isNormal(), 'Not in normal mode');
// self::assertTrue($mode->isNormal(), 'Not in normal mode');
}
public function testConfiguration()