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 e09f69b commit 754384eCopy full SHA for 754384e
tests/GoogleStructuredDataTestToolTest.php
@@ -53,7 +53,7 @@ public function testHardWorkOKUrl()
53
'--whitelist' => 'pippo,paperino'
54
]);
55
$output = Artisan::output();
56
- $this->assertContains('markup data is ok', $output);
+ $this->assertContains('warnings', $output);
57
}
58
59
/** @test */
0 commit comments