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 c5908ef commit 99735d9Copy full SHA for 99735d9
tests/PuzzleTest.php
@@ -29,7 +29,7 @@ protected function expectExecuteOutputAnswer(string $filename, string $expectedA
29
$stdin = fopen($filename, 'r');
30
31
$this->expectOutputString($expectedAnswer);
32
-
+
33
$this->puzzle->execute($stdin);
34
}
35
0 commit comments