소스 검색

Fix deprecated test

Quentin Somazzi 10 년 전
부모
커밋
b02a0945cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Tests/Util/AdminObjectAclDataTest.php

+ 1 - 1
Tests/Util/AdminObjectAclDataTest.php

@@ -143,7 +143,7 @@ class AdminObjectAclDataTest extends \PHPUnit_Framework_TestCase
      */
     public function testGetForm($adminObjectAclData)
     {
-        $this->isInstanceOf('Symfony\Component\Form\Form', $adminObjectAclData->getForm());
+        $this->isInstanceOf('Symfony\Component\Form\Form', $adminObjectAclData->getAclUsersForm());
     }
 
     public function testSetAclUsersForm()