Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Commit 4e8d3bc

Browse files
Update BaseTest constructor to use property promotion
1 parent 3737b67 commit 4e8d3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TestRenderers/BaseTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
abstract class BaseTest
88
{
9-
public ?string $view = null;
10-
119
use InteractsWithResources;
1210

11+
public ?string $view = null;
12+
1313
public function __construct(
1414
public ?string $resourceClass = null,
1515
) {}

0 commit comments

Comments
 (0)