diff --git a/core/lib/Thelia/Tests/Tools/FileManagerTest.php b/core/lib/Thelia/Tests/Tools/FileManagerTest.php index 1228867a7..a20a2368f 100644 --- a/core/lib/Thelia/Tests/Tools/FileManagerTest.php +++ b/core/lib/Thelia/Tests/Tools/FileManagerTest.php @@ -29,7 +29,7 @@ class FileManagerTest extends \PHPUnit_Framework_TestCase public function testCopyUploadedFile() { $this->markTestIncomplete( - 'Mock issue' + 'This test has not been implemented yet : Mock issue' ); $stubTranslator = $this->getMockBuilder('\Thelia\Core\Translation\Translator') @@ -108,7 +108,7 @@ class FileManagerTest extends \PHPUnit_Framework_TestCase public function testCopyUploadedFileExceptionImageException() { $this->markTestIncomplete( - 'Mock issue' + 'This test has not been implemented yet : Mock issue' ); $stubTranslator = $this->getMockBuilder('\Thelia\Core\Translation\Translator')