mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
Fix tests.
This commit is contained in:
parent
52b21f37b0
commit
f87868bdbd
@ -84,7 +84,7 @@ class InitializerTest extends \PHPUnit_Framework_TestCase
|
|||||||
$this->setExpectedException(
|
$this->setExpectedException(
|
||||||
'Deployer\Initializer\Exception\IOException',
|
'Deployer\Initializer\Exception\IOException',
|
||||||
sprintf(
|
sprintf(
|
||||||
'Can not initialize deployer. The file "%s" already exist.',
|
'The file "%s" already exist.',
|
||||||
$tmpFilePath
|
$tmpFilePath
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user