Skip to content

Commit 90ed381

Browse files
committed
fix: add #[Group('Others')] to Session BaseHandlerTest
1 parent ce279c4 commit 90ed381

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/system/Session/Handlers/BaseHandlerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
use Config\Cookie as CookieConfig;
1919
use Config\Logger as LoggerConfig;
2020
use Config\Session as SessionConfig;
21+
use PHPUnit\Framework\Attributes\Group;
2122

2223
/**
2324
* @internal
2425
*/
26+
#[Group('Others')]
2527
final class BaseHandlerTest extends CIUnitTestCase
2628
{
2729
private string $sessionName = 'ci_session';

0 commit comments

Comments
 (0)