There was an error while loading. Please reload this page.
1 parent ce279c4 commit 90ed381Copy full SHA for 90ed381
1 file changed
tests/system/Session/Handlers/BaseHandlerTest.php
@@ -18,10 +18,12 @@
18
use Config\Cookie as CookieConfig;
19
use Config\Logger as LoggerConfig;
20
use Config\Session as SessionConfig;
21
+use PHPUnit\Framework\Attributes\Group;
22
23
/**
24
* @internal
25
*/
26
+#[Group('Others')]
27
final class BaseHandlerTest extends CIUnitTestCase
28
{
29
private string $sessionName = 'ci_session';
0 commit comments