Skip to content

Commit

Permalink
updated tests to use new provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Sztig committed Jan 20, 2025
1 parent d53ab22 commit f7f35b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Ibexa\Tests\ContentForms\Content\Form\Provider;

use Ibexa\ContentForms\Content\Form\Provider\GroupedContentFormFieldsProvider;
use Ibexa\ContentForms\Content\Form\Provider\NonLocalizedGroupedContentFormFieldsProvider;
use Ibexa\Contracts\ContentForms\Data\Content\FieldData;
use Ibexa\Contracts\Core\Repository\Values\Content\Field;
use Ibexa\Core\FieldType\TextLine\Value;
Expand All @@ -28,7 +28,7 @@ public function testGetGroupedFields(): void
->withConsecutive()
->willReturnOnConsecutiveCalls('group_1', 'group_2', 'group_2');

$subject = new GroupedContentFormFieldsProvider($fieldsGroupsListMock);
$subject = new NonLocalizedGroupedContentFormFieldsProvider($fieldsGroupsListMock);

$form1 = $this->getFormMockWithFieldData(
'first_field',
Expand Down

0 comments on commit f7f35b5

Please sign in to comment.