Fix test
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
849130c011
commit
b893b5563a
|
@ -55,7 +55,7 @@ class MaintenancePluginTest extends TestCase {
|
|||
|
||||
public function testMaintenanceMode() {
|
||||
$this->expectException(\Sabre\DAV\Exception\ServiceUnavailable::class);
|
||||
$this->expectExceptionMessage('System in maintenance mode.');
|
||||
$this->expectExceptionMessage('System is in maintenance mode.');
|
||||
|
||||
$this->config
|
||||
->expects($this->exactly(1))
|
||||
|
|
Loading…
Reference in New Issue