Skip to content

Commit

Permalink
Fix: Avoid fully-qualified class name
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Sep 27, 2023
1 parent 064b973 commit 3194a8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/test/AutoReview/FixtureTest.php
Expand Up @@ -15,8 +15,9 @@

use Ergebnis\FactoryBot;
use Example\Test;
use PHPUnit\Framework;

#[\PHPUnit\Framework\Attributes\CoversNothing()]
#[Framework\Attributes\CoversNothing()]
final class FixtureTest extends Test\Unit\AbstractTestCase
{
public function testEntitiesHaveEntityDefinitionProviders(): void
Expand Down

0 comments on commit 3194a8f

Please sign in to comment.