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 52b21f3 commit f87868bCopy full SHA for f87868b
test/src/Initiaizer/InitializerTest.php
@@ -84,7 +84,7 @@ public function testWithDeployerConfigurationFileAlreadyExist()
84
$this->setExpectedException(
85
'Deployer\Initializer\Exception\IOException',
86
sprintf(
87
- 'Can not initialize deployer. The file "%s" already exist.',
+ 'The file "%s" already exist.',
88
$tmpFilePath
89
)
90
);
0 commit comments