Exemplo n.º 1
0
 protected function setUp()
 {
     parent::setUp();
     $this->client->followRedirects();
     $this->collection = $this->getService('dokudoki.collection');
     $this->rootFqcn = 'Trismegiste\\Socialist\\SmallTalk';
 }
Exemplo n.º 2
0
 protected function setUp()
 {
     parent::setUp();
     $this->client->followRedirects();
     $this->logIn('kirk');
     $this->collection = $this->getService('dokudoki.collection');
     $this->contentRepo = $this->getService('social.publishing.repository');
 }
Exemplo n.º 3
0
 protected function setUp()
 {
     parent::setUp();
     $this->repository = $this->getService('social.netizen.repository');
 }
Exemplo n.º 4
0
 protected function setUp()
 {
     parent::setUp();
     $this->collection = $this->getService('dokudoki.collection');
 }