Example #1
0
 public function testValue()
 {
     $this->_question->setValue('fooobarbaz');
     $this->assertEquals('fooobarbaz', $this->_question->getValue());
 }