public function setUp()
 {
     parent::setUp();
     $this->exportService = $this->container->get('grdf.defaultbundle.export');
 }
 public function setUp()
 {
     parent::setUp();
     $this->paginator_service = $this->container->get('grdf.defaultbundle.paginator');
 }
 public function setUp()
 {
     parent::setUp();
     $this->cleanSuggestObject();
     $this->createSuggestObject('test', '*****@*****.**');
 }
 protected function setUp()
 {
     parent::setUp();
     $this->cleanPack();
     $this->pack = $this->addPack();
 }
 public function setUp()
 {
     parent::setUp();
     $this->download_service = $this->container->get('grdf.defaultbundle.download');
 }