From f87868bdbde091b09f29354b8d61119d2efe6285 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Sat, 19 Nov 2016 16:02:17 +0700 Subject: [PATCH] Fix tests. --- test/src/Initiaizer/InitializerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/Initiaizer/InitializerTest.php b/test/src/Initiaizer/InitializerTest.php index edd4b9400..51459f013 100644 --- a/test/src/Initiaizer/InitializerTest.php +++ b/test/src/Initiaizer/InitializerTest.php @@ -84,7 +84,7 @@ public function testWithDeployerConfigurationFileAlreadyExist() $this->setExpectedException( 'Deployer\Initializer\Exception\IOException', sprintf( - 'Can not initialize deployer. The file "%s" already exist.', + 'The file "%s" already exist.', $tmpFilePath ) );