Skip to content

Commit

Permalink
Release 2.0-stable (#88)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: StyleCI <[email protected]>
Co-authored-by: tinkleCat <[email protected]>
  • Loading branch information
3 people authored May 30, 2024
1 parent 6aa87c5 commit 4faa508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/AbstractUserProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@
use Mine\SecurityBundle\Event\Validated;
use Mine\SecurityBundle\Event\Verified;
use Mine\SecurityBundle\Tests\Stub\UserModel;
use PHPUnit\Framework\Attributes\RequiresPhpExtension;
use PHPUnit\Framework\TestCase;
use Psr\EventDispatcher\EventDispatcherInterface;

/**
* @internal
* @coversNothing
*/
#[RequiresPhpExtension('swoole', '< 6.0')]
class AbstractUserProviderTest extends TestCase
{
use RunTestsInCoroutine;
Expand Down

0 comments on commit 4faa508

Please sign in to comment.