Beispiel #1
0
 /**
  * @test
  */
 public function flushTheData()
 {
     $this->obj->flush();
 }
Beispiel #2
0
 /**
  * {@inheritDoc}
  */
 protected function preProcessAction()
 {
     $this->volumeGateway->flush($this->setup);
     $this->sectionGateway->flush($this->setup);
     $this->pageGateway->flush($this->setup);
     $this->xmlChunkGateway->flush($this->setup);
 }