published()->create([
'slug' => 'casamento-jardim',
'title' => 'Casamento Jardim',
'cover_image_path' => 'cases/cover.jpg',
'cover_image_alt' => 'Capa do casamento',
]);
$routes = [
route('home'),
route('services.index'),
route('portfolio.index'),
route('portfolio.show', $case->slug),
route('about'),
route('privacy'),
route('contact'),
];
foreach ($routes as $url) {
$html = $this->get($url)->assertOk()->getContent();
$this->assertSame(1, preg_match_all('/
assertMatchesRegularExpression('/assertMatchesRegularExpression('/