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 e4ab4bd commit d2641abCopy full SHA for d2641ab
src/Asserts/ArtisanAsserts.php
@@ -22,7 +22,7 @@ protected function dontSeeArtisanOutput($output)
22
23
protected function seeArtisanTableOutput(array $data)
24
{
25
- $message = "Failed asserting that artisan table output equals to expected value.";
+ $message = 'Failed asserting that artisan table output equals to expected value.';
26
$this->assertEquals($data, $this->parseArtisanTableOutput(Artisan::output()), $message);
27
}
28
0 commit comments