File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,9 @@ protected function setUp()
55
55
56
56
/**
57
57
* @magentoAppIsolation enabled
58
+ * @return void
58
59
*/
59
- public function testMoveWithValidFile () : void
60
+ public function testMoveWithValidFile (): void
60
61
{
61
62
$ fileName = 'magento_additional_image_one.jpg ' ;
62
63
$ filePath = $ this ->directory ->getAbsolutePath ($ this ->uploader ->getTmpDir () . '/ ' . $ fileName );
@@ -67,9 +68,10 @@ public function testMoveWithValidFile() : void
67
68
68
69
/**
69
70
* @magentoAppIsolation enabled
71
+ * @return void
70
72
* @expectedException \Exception
71
73
*/
72
- public function testMoveWithInvalidFile () : void
74
+ public function testMoveWithInvalidFile (): void
73
75
{
74
76
$ fileName = 'media_import_image.php ' ;
75
77
$ filePath = $ this ->directory ->getAbsolutePath ($ this ->uploader ->getTmpDir () . '/ ' . $ fileName );
You can’t perform that action at this time.
0 commit comments