Skip to content

Commit 8127beb

Browse files
committed
MC-39923: Stabilize Integration Tests (PageBuilder)
1 parent 7fc1930 commit 8127beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/DownloadableImportExport/Model/DownloadableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function testImportExport(array $fixtures, array $skus, array $skippedAtt
6161
*
6262
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
6363
*/
64-
public function testImportReplaceWithPagination(array $fixtures, array $skus, array $skippedAttributes = [])
64+
public function testImportReplaceWithPagination(array $fixtures, array $skus, array $skippedAttributes = []) : void
6565
{
6666
$this->markTestSkipped('Uncomment after MAGETWO-38240 resolved');
6767
}

0 commit comments

Comments
 (0)