protected function setUp() { parent::setUp(); $this->topicsTreeSetup = new TopicsTreeSetup(); }
protected function setUp() { parent::setUp(); $this->objectGetterWrapper = new InterviewTagsGetterWrapper(new InterviewTagsGetter($this->getEntityManagerMock())); }
protected function setUp() { parent::setUp(); $this->objectGetter = new InterviewTopicsGetter($this->getEntityManager()); }
protected function setUp() { parent::setUp(); $this->queryBuilderHelperAbstract = $this->getMockForAbstractClass('Acme\\ModelBundle\\Model\\QueryBuilderHelperAbstract', array($this->getEntityManagerMock())); }
protected function setUp() { parent::setUp(); $this->recordsGetterWrapperAbstract = $this->getMockForAbstractClass('\\Acme\\ModelBundle\\Model\\RecordsGetterWrapperAbstract'); }
protected function setUp() { parent::setUp(); $this->objectGetter = new QuizQuestionsGetter($this->getEntityManagerMock()); }
protected function setUp() { parent::setUp(); $this->objectGetter = new QuizAnswersGetter($this->getEntityManager()); }
protected function setUp() { parent::setUp(); $this->quizSetupAbstract = $this->getMockForAbstractClass('\\Acme\\ModelBundle\\Model\\Quiz\\QuizSetupAbstract', array($this->getEntityManagerMock())); }
protected function setUp() { parent::setUp(); $this->objectToTest = new QuizSetupQuestionGetterWrapper($this->getEntityManagerMock()); }
protected function setUp() { parent::setUp(); $this->objectGetterWrapper = new QuizQuestionsFromTagsGetterWrapper(new QuizQuestionsFromTagsGetter($this->getEntityManager())); }
protected function setUp() { parent::setUp(); $this->objectToTest = new QuizPaginationRecordHelper($this->getQuizQuestionsRelationsMock()); }