Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/6.13' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Mar 29, 2018
2 parents b7f11f5 + 388daaf commit 6e3cb15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Repository/Tests/ContentServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,7 @@ public function testLoadVersionInfoByIdSetsExpectedVersionInfo(VersionInfo $vers
'languageCodes' => [
'eng-US',
],
'status' => ContentInfo::STATUS_PUBLISHED,
],
$versionInfo
);
Expand Down Expand Up @@ -5998,6 +5999,7 @@ private function getExpectedMediaContentInfoProperties()
'remoteId' => 'a6e35cbcb7cd6ae4b691f3eee30cd262',
'mainLanguageCode' => 'eng-US',
'mainLocationId' => 43,
'status' => ContentInfo::STATUS_PUBLISHED,
];
}
}

0 comments on commit 6e3cb15

Please sign in to comment.