Skip to content

Commit

Permalink
fix deprecated value
Browse files Browse the repository at this point in the history
  • Loading branch information
qsomazzi committed Mar 23, 2015
1 parent 0a3a7ad commit d72e513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Util/AdminObjectAclDataTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function testSetForm()
{
$form = $this->getMock('\Symfony\Component\Form\Form', array(), array(), '', false);
$adminObjectAclData = $this->createAdminObjectAclData();
$ret = $adminObjectAclData->setForm($form);
$ret = $adminObjectAclData->setAclUsersForm($form);

$this->assertEquals($adminObjectAclData, $ret);

Expand Down

0 comments on commit d72e513

Please sign in to comment.