Jelajahi Sumber

SortableGroup error testcase

Roman Marintsenko 13 tahun lalu
induk
melakukan
2fa5971eb7
1 mengubah file dengan 3 tambahan dan 2 penghapusan
  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()