예제 #1
0
 public function testGetFormLegend()
 {
     $this->useEnglish();
     $form = new Application_Form_Confirmation('Opus_Language');
     $legend = $form->getFormLegend();
     $this->assertEquals('Delete Language', $legend);
 }