fix PHPStan errors in ThemeTemplatesTest

This commit is contained in:
Younes ENNAJI
2026-02-25 11:34:09 +00:00
parent 4145b870dd
commit c5059adac7
@@ -231,9 +231,13 @@ final class ThemeTemplatesTest extends TestCase
public function testAllTemplatesExist(): void
{
// @phpstan-ignore-next-line
$this->assertTrue(view()->exists('flasher::bootstrap'));
// @phpstan-ignore-next-line
$this->assertTrue(view()->exists('flasher::tailwindcss'));
// @phpstan-ignore-next-line
$this->assertTrue(view()->exists('flasher::tailwindcss_bg'));
// @phpstan-ignore-next-line
$this->assertTrue(view()->exists('flasher::tailwindcss_r'));
}
}