Skip to content

Commit d2641ab

Browse files
committed
ITT: StyleCI thanks.
1 parent e4ab4bd commit d2641ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Asserts/ArtisanAsserts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ protected function dontSeeArtisanOutput($output)
2222

2323
protected function seeArtisanTableOutput(array $data)
2424
{
25-
$message = "Failed asserting that artisan table output equals to expected value.";
25+
$message = 'Failed asserting that artisan table output equals to expected value.';
2626
$this->assertEquals($data, $this->parseArtisanTableOutput(Artisan::output()), $message);
2727
}
2828

0 commit comments

Comments
 (0)