예제 #1
0
 public function testGetModelClassName()
 {
     $this->useEnglish();
     $form = new Application_Form_Confirmation('Opus_DnbInstitute');
     $this->assertEquals('Institute', $form->getModelClassName());
 }