Working : Coupon : Fixing unit tests

This commit is contained in:
gmorel
2013-10-15 22:51:09 +02:00
parent c5cd35f85e
commit 0d8f6b483f

View File

@@ -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')