The tests had been split
authorMichael <heluecht@pirati.ca>
Sat, 7 Nov 2020 11:02:23 +0000 (11:02 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 7 Nov 2020 11:02:23 +0000 (11:02 +0000)
tests/functional/DependencyCheckTest.php

index 050e446..2fb4c7d 100644 (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()