Skip to content

Commit

Permalink
add webservice tests for pimcore 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Jan 20, 2019
1 parent 889f6ab commit 1cb3de5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/bundle_tests/rest/ObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function testUserCreate()
$unsavedObject->setParentId(1);
$unsavedObject->setUserOwner(1);
$unsavedObject->setUserModification(1);
$unsavedObject->setPublished(1);
$unsavedObject->setCreationDate(time());
$unsavedObject->setKey(uniqid() . rand(10, 99));

Expand Down Expand Up @@ -60,6 +61,7 @@ public function testUserGroupCreate()
$unsavedObject->setParentId(1);
$unsavedObject->setUserOwner(1);
$unsavedObject->setUserModification(1);
$unsavedObject->setPublished(1);
$unsavedObject->setCreationDate(time());
$unsavedObject->setKey(uniqid() . rand(10, 99));

Expand Down

0 comments on commit 1cb3de5

Please sign in to comment.