Skip to content

Commit ca7e807

Browse files
committed
update formatter
1 parent 40c1647 commit ca7e807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DisplayCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function testDisplay()
7070

7171
ob_start();
7272
$this->displayCommand->execute($this->formattersStub);
73-
$formattersOutput = ob_get_clean();
73+
$formattersOutput = ob_get_clean();
7474
$this->assertEquals($formattersOutput, $this->testStrings[$key]);
7575
}
7676
}

0 commit comments

Comments
 (0)