mirror of
https://github.com/friendica/friendica
synced 2024-11-17 22:23:41 +00:00
The tests had been split
This commit is contained in:
parent
dadd73ba31
commit
335a122c81
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue