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.
2 parents 0bbc3ef + f74180e commit e1438c3Copy full SHA for e1438c3
test/ExerciseRunner/CgiRunnerTest.php
@@ -351,7 +351,7 @@ public function testRunPassesOutputAndReturnsFailureIfARequestFails()
351
$this->expectOutputString($exp);
352
353
$success = $this->runner->run(
354
- new Input('app', ['program' => '']),
+ new Input('app', ['program' => 'not-existing-file.php']),
355
$output
356
);
357
$this->assertFalse($success);
0 commit comments