瀏覽代碼

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()