Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Feb 21, 2022
1 parent 94bcafa commit 37539ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function testGetSelectionName(): void
{
$fieldIdentifier = 'some_field';
$selectionValue = new Value(['some_name', 'some_name_2']);
$field = new Field(['value' => $selectionValue, 'fieldDefIdentifier' => $fieldIdentifier]);
$field = new Field(['value' => $selectionValue, 'fieldDefIdentifier' => $fieldIdentifier, 'languageCode' => 'eng-GB']);

$contentInfo = new ContentInfo(['contentTypeId' => 12345, 'mainLanguageCode' => 'eng-GB']);
$versionInfo = new VersionInfo(['contentInfo' => $contentInfo]);
Expand Down

0 comments on commit 37539ca

Please sign in to comment.