Example #1
0
 protected function setUp()
 {
     parent::setUp();
     $this->client->followRedirects();
     $this->collection = $this->getService('dokudoki.collection');
     $this->repo = $this->getService('social.netizen.repository');
 }
Example #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');
 }
 protected function setUp()
 {
     parent::setUp();
     $this->client->followRedirects();
     $this->logIn('kirk');
     $this->collection = $this->getService('dokudoki.collection');
     $this->wallParam = ['wallNick' => 'kirk', 'wallFilter' => 'self'];
     $this->rootFqcn = 'Trismegiste\\Socialist\\SmallTalk';
 }