mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
fix PHPStan errors in ThemeTemplatesTest
This commit is contained in:
@@ -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'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user