Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit cfab555

Browse files
committed
wip
1 parent b25fba5 commit cfab555

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

tests/Components/ComponentTestCase.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ abstract class ComponentTestCase extends TestCase
1313
{
1414
use InteractsWithViews;
1515

16-
protected function setUp(): void
17-
{
18-
parent::setUp();
19-
20-
// $this->artisan('view:clear');
21-
}
16+
// protected function setUp(): void
17+
// {
18+
// parent::setUp();
19+
//
20+
// // TODO: get this line to work in github tests workflow for php8 -- prefer lowest test
21+
// // $this->artisan('view:clear');
22+
// }
2223

2324
protected function flashOld(array $input): void
2425
{

0 commit comments

Comments
 (0)