Example #1
0
 public function testType()
 {
     $mockType = $this->_mockContainer->getType(1337);
     $this->_question->setType($mockType);
     $this->assertEquals('type', $this->_question->getType()->getEntityType());
     $this->assertEquals(1337, $this->_question->getType()->getId());
 }