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 0bbc3ef commit f74180eCopy full SHA for f74180e
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