예제 #1
0
 public function testPluginPathsAreSet()
 {
     $form = new Form_Test();
     $paths = $form->getPluginLoader(Zend_Form::ELEMENT)->getPaths();
     $this->assertArrayHasKey('Test_Form_Element_', $paths, 'Paths should contain Test namespace');
 }