Skip to content

Commit 9e95cee

Browse files
committed
remove forgotten debug
1 parent 5c573fb commit 9e95cee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

features/bootstrap/FeatureContext.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ public function iRunBehat($arguments)
102102
*/
103103
public function itShouldTerminateWithStatusAndContent($exitStatus, PyStringNode $string)
104104
{
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;
110105
if ('fail' === $exitStatus) {
111106
$this->asserter->variable($this->getExitCode())->isEqualTo(1);
112107
} elseif ('pass' === $exitStatus) {

0 commit comments

Comments
 (0)