Exemplo n.º 1
0
 public function testQueryEntityWithCache()
 {
     parent::enableSecondLevelCache(false);
     $em = $this->createEntityManager();
     $this->queryEntity($em, __FUNCTION__);
     $this->assertEquals(503, $this->countQuery($em));
 }