Exemplo n.º 1
0
 public function setUp()
 {
     $client = static::createClient();
     $this->controller = new BaseController();
     $this->controller->setContainer($client->getContainer());
 }