We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3409ac8 commit 75cc720Copy full SHA for 75cc720
dev/tests/unit/Magento/FunctionalTestFramework/Util/TestGeneratorTest.php
@@ -59,7 +59,7 @@ public function testSkippedNoGeneration()
59
$output = $testGeneratorObject->assembleTestPhp($testObject);
60
61
$this->assertContains('This test is skipped', $output);
62
- $this->assertNotContains( $actionInput, $output);
+ $this->assertNotContains($actionInput, $output);
63
}
64
65
/**
0 commit comments