Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/7.1' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Mar 30, 2018
2 parents 293be22 + 2672556 commit 614dc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Publish/API/Repository/Tests/ContentServiceTest.php
Expand Up @@ -694,7 +694,6 @@ public function testLoadVersionInfoByIdSetsExpectedVersionInfo(VersionInfo $vers
'languageCodes' => [
'eng-US',
],
'status' => ContentInfo::STATUS_PUBLISHED,
],
$versionInfo
);
Expand Down Expand Up @@ -2473,6 +2472,7 @@ public function testLoadVersionInfoByIdWithSecondParameterSetsExpectedVersionInf
'remoteId' => 'abcdef0123456789abcdef0123456789',
'mainLanguageCode' => 'eng-US',
'mainLocationId' => $draftContent->contentInfo->mainLocationId,
'status' => ContentInfo::STATUS_PUBLISHED,
]),
'id' => $draftContent->versionInfo->id,
'versionNo' => 2,
Expand Down

0 comments on commit 614dc5e

Please sign in to comment.