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 69329b1 commit b7a16b2Copy full SHA for b7a16b2
tests/Maker/MakeResetPasswordTest.php
@@ -99,7 +99,7 @@ public function getTestDetails()
99
if (method_exists($this, 'assertFileDoesNotExist')) {
100
$this->assertFileDoesNotExist($runner->getPath('config/packages/reset_password.yaml'));
101
} else {
102
- $this->assertFileNotExist($runner->getPath('config/packages/reset_password.yaml'));
+ $this->assertFileNotExists($runner->getPath('config/packages/reset_password.yaml'));
103
}
104
$this->assertStringContainsString(
105
'Just remember to set the request_password_repository in your configuration.',
0 commit comments