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 40c1647 commit ca7e807Copy full SHA for ca7e807
tests/DisplayCommandTest.php
@@ -70,7 +70,7 @@ public function testDisplay()
70
71
ob_start();
72
$this->displayCommand->execute($this->formattersStub);
73
- $formattersOutput = ob_get_clean();
+ $formattersOutput = ob_get_clean();
74
$this->assertEquals($formattersOutput, $this->testStrings[$key]);
75
}
76
0 commit comments