File tree 2 files changed +4
-0
lines changed 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 18
18
use Symfony \UX \LiveComponent \Test \InteractsWithLiveComponents ;
19
19
use Symfony \UX \LiveComponent \Tests \Fixtures \Component \Component2 ;
20
20
use Symfony \UX \LiveComponent \Tests \Fixtures \Factory \CategoryFixtureEntityFactory ;
21
+ use Zenstruck \Foundry \Test \Factories ;
21
22
use Zenstruck \Foundry \Test \ResetDatabase ;
22
23
23
24
/**
24
25
* @author Kevin Bond <kevinbond@gmail.com>
25
26
*/
26
27
final class InteractsWithLiveComponentsTest extends KernelTestCase
27
28
{
29
+ use Factories;
28
30
use InteractsWithLiveComponents;
29
31
use ResetDatabase;
30
32
Original file line number Diff line number Diff line change 14
14
use Symfony \Bundle \FrameworkBundle \Test \KernelTestCase ;
15
15
use Symfony \UX \LiveComponent \Tests \Fixtures \Component \FormComponentWithManyDifferentFieldsType ;
16
16
use Symfony \UX \LiveComponent \Tests \Fixtures \Factory \CategoryFixtureEntityFactory ;
17
+ use Zenstruck \Foundry \Test \Factories ;
17
18
use Zenstruck \Foundry \Test \ResetDatabase ;
18
19
19
20
/**
20
21
* @author Jakub Caban <kuba.iluvatar@gmail.com>
21
22
*/
22
23
class ComponentWithFormTest extends KernelTestCase
23
24
{
25
+ use Factories;
24
26
use ResetDatabase;
25
27
26
28
public function testFormValues (): void
You can’t perform that action at this time.
0 commit comments