소스 검색

SortableGroup error testcase

Roman Marintsenko 13 년 전
부모
커밋
2fa5971eb7
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      tests/Gedmo/Sortable/SortableGroupTest.php

+ 3 - 2
tests/Gedmo/Sortable/SortableGroupTest.php

@@ -57,8 +57,9 @@ class SortableGroupTest extends BaseTestCaseORM
 
         $icarus = $this->em->getRepository(self::BUS)->findOneByTitle('Icarus');
         $this->assertEquals(2, $icarus->getSortByEngine());
-        //$this->em->remove($audi);
-        //$this->em->flush();
+
+        $this->em->remove($audi80);
+        $this->em->flush();
     }
 
     protected function getUsedEntityFixtures()