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 5c573fb commit 9e95ceeCopy full SHA for 9e95cee
features/bootstrap/FeatureContext.php
@@ -102,11 +102,6 @@ public function iRunBehat($arguments)
102
*/
103
public function itShouldTerminateWithStatusAndContent($exitStatus, PyStringNode $string)
104
{
105
-// echo sprintf('%s/features/fixtures.yml', $this->workingDir);
106
-
107
-// var_dump($this->moco->getOutput());
108
-// var_dump($this->moco->getErrorOutput());
109
-// var_dump($this->getOutput());exit;
110
if ('fail' === $exitStatus) {
111
$this->asserter->variable($this->getExitCode())->isEqualTo(1);
112
} elseif ('pass' === $exitStatus) {
0 commit comments