Skip to content

Commit

Permalink
Fixed phpunit attributes
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Richer [email protected] <[email protected]>
  • Loading branch information
visto9259 committed Aug 7, 2024
1 parent 10c0eb5 commit d39a625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Service/AuthorizationServiceAwareTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

use Lmc\Rbac\Service\AuthorizationServiceInterface;
use LmcRbacTest\Asset\DummyAuthorizationServiceClass;
use PHPUnit\Framework\Attributes\CoversTrait;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\TestCase;

#[CoversTrait('Lmc\Rbac\Service\AuthorizationServiceAwareTrait')]
#[CoversClass('Lmc\Rbac\Service\AuthorizationServiceAwareTrait')]
class AuthorizationServiceAwareTraitTest extends TestCase
{
public function testAuthorizationServiceAwareTrait()
Expand Down

0 comments on commit d39a625

Please sign in to comment.