Skip to content

Commit 75cc720

Browse files
committed
MQE-1582: Enable Testers To Run Skipped Tests
- static check fix
1 parent 3409ac8 commit 75cc720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/Util/TestGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function testSkippedNoGeneration()
5959
$output = $testGeneratorObject->assembleTestPhp($testObject);
6060

6161
$this->assertContains('This test is skipped', $output);
62-
$this->assertNotContains( $actionInput, $output);
62+
$this->assertNotContains($actionInput, $output);
6363
}
6464

6565
/**

0 commit comments

Comments
 (0)