We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88b73d commit 4c63b26Copy full SHA for 4c63b26
webapp/tests/Unit/Command/ResetUserPasswordCommandTest.php
@@ -90,7 +90,8 @@ public function testNonExistingUser(): void
90
self::assertThat(
91
$statusCode,
92
$this->logicalNot($this->equalTo(new CommandIsSuccessful())),
93
- 'Command should fail with missing parameters.');
+ 'Command should fail with missing parameters.'
94
+ );
95
$output = $this->commandTester->getDisplay();
96
$this->assertStringContainsString('[ERROR] Can not find user with username '.$user, $output);
97
}
0 commit comments