Exemplo n.º 1
0
 public function setUp()
 {
     $this->client = static::createClient();
     $this->container = $this->client->getContainer();
     $this->user = FakeLogin::getUser($this->container);
     FakeLogin::logIn($this->client, $this->container, $this->user);
 }