Working : Coupon : Fixing unit tests
This commit is contained in:
@@ -29,7 +29,7 @@ class FileManagerTest extends \PHPUnit_Framework_TestCase
|
|||||||
public function testCopyUploadedFile()
|
public function testCopyUploadedFile()
|
||||||
{
|
{
|
||||||
$this->markTestIncomplete(
|
$this->markTestIncomplete(
|
||||||
'Mock issue'
|
'This test has not been implemented yet : Mock issue'
|
||||||
);
|
);
|
||||||
|
|
||||||
$stubTranslator = $this->getMockBuilder('\Thelia\Core\Translation\Translator')
|
$stubTranslator = $this->getMockBuilder('\Thelia\Core\Translation\Translator')
|
||||||
@@ -108,7 +108,7 @@ class FileManagerTest extends \PHPUnit_Framework_TestCase
|
|||||||
public function testCopyUploadedFileExceptionImageException()
|
public function testCopyUploadedFileExceptionImageException()
|
||||||
{
|
{
|
||||||
$this->markTestIncomplete(
|
$this->markTestIncomplete(
|
||||||
'Mock issue'
|
'This test has not been implemented yet : Mock issue'
|
||||||
);
|
);
|
||||||
|
|
||||||
$stubTranslator = $this->getMockBuilder('\Thelia\Core\Translation\Translator')
|
$stubTranslator = $this->getMockBuilder('\Thelia\Core\Translation\Translator')
|
||||||
|
|||||||
Reference in New Issue
Block a user