From 0d8f6b483f322f67534b928da185517b29c5e35e Mon Sep 17 00:00:00 2001 From: gmorel Date: Tue, 15 Oct 2013 22:51:09 +0200 Subject: [PATCH] Working : Coupon : Fixing unit tests --- core/lib/Thelia/Tests/Tools/FileManagerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')