Skip to content

Commit 1cae353

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
1 parent 5c3b3cd commit 1cae353

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/IntersectionTypeTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
use Illuminate\Support\Facades\Config;
99
use Illuminate\Support\Facades\DB;
1010
use Laravel\Pennant\Feature;
11+
use PHPUnit\Framework\Attributes\RequiresPhp;
1112
use Workbench\App\Models\Team;
1213
use Workbench\App\Models\User;
1314

15+
#[RequiresPhp('>=8.2.0')]
1416
class IntersectionTypeTest extends TestCase
1517
{
1618
use RefreshDatabase;

0 commit comments

Comments
 (0)