Esempio n. 1
0
 protected function setUp()
 {
     parent::setUp();
     $this->client->followRedirects();
     $this->collection = $this->getService('dokudoki.collection');
     $this->rootFqcn = 'Trismegiste\\Socialist\\SmallTalk';
 }
Esempio 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');
 }
Esempio n. 3
0
 protected function setUp()
 {
     parent::setUp();
     $this->repository = $this->getService('social.netizen.repository');
 }
Esempio n. 4
0
 protected function setUp()
 {
     parent::setUp();
     $this->collection = $this->getService('dokudoki.collection');
 }