Преглед на файлове

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