Fix tests.

This commit is contained in:
Anton Medvedev 2016-11-19 16:02:17 +07:00
parent 52b21f37b0
commit f87868bdbd

View File

@ -84,7 +84,7 @@ class InitializerTest extends \PHPUnit_Framework_TestCase
$this->setExpectedException(
'Deployer\Initializer\Exception\IOException',
sprintf(
'Can not initialize deployer. The file "%s" already exist.',
'The file "%s" already exist.',
$tmpFilePath
)
);