예제 #1
0
 public function testSetQuestion()
 {
     $form = new Application_Form_Confirmation('Opus_Licence');
     $form->setQuestion('Wollen Sie wirklich das Internet löschen?');
     $this->assertEquals('Wollen Sie wirklich das Internet löschen?', $form->getQuestion());
 }