Skip to content

Commit 3431241

Browse files
authored
[CI] Fix the CI (#345)
2 parents ef08663 + 8372d45 commit 3431241

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

tests/Translations/FrenchTranslatedUiTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@
1212
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
1313
use Symfony\Component\HttpFoundation\Response;
1414
use Zenstruck\Foundry\Persistence\Proxy;
15-
use Zenstruck\Foundry\Test\Factories;
16-
use Zenstruck\Foundry\Test\ResetDatabase;
15+
use Zenstruck\Foundry\Attribute\ResetDatabase;
1716

17+
#[ResetDatabase]
1818
final class FrenchTranslatedUiTest extends WebTestCase
1919
{
20-
Use Factories;
21-
use ResetDatabase;
2220
use MarkTestSkippedTrait;
2321

2422
private KernelBrowser $client;

0 commit comments

Comments
 (0)