Esempio n. 1
0
 public function testSetQuestion()
 {
     $post = new AnswerPost();
     $post->setQuestion('question1');
     $this->assertEquals('question1', $post->getQuestion());
 }