Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Oct 23, 2017
1 parent f12a729 commit 3b95c1c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ public function testToStorageFieldDefinition()
<related-objects><constraints><allowed-class contentclass-identifier="article"/><allowed-class contentclass-identifier="blog_post"/></constraints><selection_type value="0"/><contentobject-placement node-id="12345"/></related-objects>
EOT;
// For BC these are still set
$expectedStorageFieldDefinition->dataInt1 = 0;
$expectedStorageFieldDefinition->dataInt2 = 12345;

$actualStorageFieldDefinition = new StorageFieldDefinition();

Expand Down

0 comments on commit 3b95c1c

Please sign in to comment.