Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function reset()
 {
     parent::reset();
     $this->getClient()->getKernel()->shutdown();
     $this->getClient()->getKernel()->boot();
 }