Skip to content

Commit a073212

Browse files
committed
chore(app): Fix test Group use statements
1 parent 0e0e7fa commit a073212

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/system/Router/Attributes/CacheTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
use CodeIgniter\Test\CIUnitTestCase;
2020
use CodeIgniter\Test\Mock\MockAppConfig;
2121
use Config\Services;
22+
use PHPUnit\Framework\Attributes\Group;
2223

2324
/**
2425
* @internal

tests/system/Router/Attributes/FilterTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
use CodeIgniter\Test\CIUnitTestCase;
2020
use CodeIgniter\Test\Mock\MockAppConfig;
2121
use Config\Services;
22+
use PHPUnit\Framework\Attributes\Group;
2223

2324
/**
2425
* @internal

tests/system/Router/Attributes/RestrictTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
use CodeIgniter\Test\CIUnitTestCase;
2121
use CodeIgniter\Test\Mock\MockAppConfig;
2222
use Config\Services;
23+
use PHPUnit\Framework\Attributes\Group;
2324

2425
/**
2526
* @internal

0 commit comments

Comments
 (0)