Remove deprecated Mode::DBCONFIGAVAILABLE

This commit is contained in:
Philipp 2022-12-28 02:57:57 +01:00
parent 1e574d5383
commit 10f3de0aa2
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
6 changed files with 5 additions and 55 deletions

View file

@ -150,7 +150,6 @@ class DependencyCheckTest extends TestCase
self::assertTrue($mode->has(App\Mode::LOCALCONFIGPRESENT), 'No local config present');
self::assertTrue($mode->has(App\Mode::DBAVAILABLE), 'Database is not available');
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');