Skip to content

Commit 03f368b

Browse files
zds-skanyxmotinkleCat
authored
Release 2.0-stable (#88)
--------- Co-authored-by: StyleCI <[email protected]> Co-authored-by: tinkleCat <[email protected]>
1 parent a8209f4 commit 03f368b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Cases/UserProviderTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@
2525
use Mine\SecurityBundle\Event\Login;
2626
use Mine\SecurityBundle\Event\Validated;
2727
use Mine\SecurityBundle\Event\Verified;
28+
use PHPUnit\Framework\Attributes\RequiresPhpExtension;
2829
use PHPUnit\Framework\TestCase;
2930
use Psr\EventDispatcher\EventDispatcherInterface;
3031

3132
/**
3233
* @internal
3334
* @coversNothing
3435
*/
36+
#[RequiresPhpExtension('swoole', '< 6.0')]
3537
class UserProviderTest extends TestCase
3638
{
3739
use RunTestsInCoroutine;

0 commit comments

Comments
 (0)