Skip to content

Commit

Permalink
[Autocomplete] Add missing zenstruck/foundry traits
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Ben87 committed Feb 2, 2025
1 parent 20e947e commit 215f87c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
use Symfony\UX\LiveComponent\Test\InteractsWithLiveComponents;
use Symfony\UX\LiveComponent\Tests\Fixtures\Component\Component2;
use Symfony\UX\LiveComponent\Tests\Fixtures\Factory\CategoryFixtureEntityFactory;
use Zenstruck\Foundry\Test\Factories;
use Zenstruck\Foundry\Test\ResetDatabase;

/**
* @author Kevin Bond <[email protected]>
*/
final class InteractsWithLiveComponentsTest extends KernelTestCase
{
use Factories;
use InteractsWithLiveComponents;
use ResetDatabase;

Expand Down
2 changes: 2 additions & 0 deletions src/LiveComponent/tests/Unit/Form/ComponentWithFormTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Symfony\UX\LiveComponent\Tests\Fixtures\Component\FormComponentWithManyDifferentFieldsType;
use Symfony\UX\LiveComponent\Tests\Fixtures\Factory\CategoryFixtureEntityFactory;
use Zenstruck\Foundry\Test\Factories;
use Zenstruck\Foundry\Test\ResetDatabase;

/**
* @author Jakub Caban <[email protected]>
*/
class ComponentWithFormTest extends KernelTestCase
{
use Factories;
use ResetDatabase;

public function testFormValues(): void
Expand Down

0 comments on commit 215f87c

Please sign in to comment.