Exemple #1
0
 public function testDecoratorFactory()
 {
     $form_decorator_object = $this->form->DecoratorFactory('label');
     $this->assertIdentical(new \Koch\Form\Decorators\Form\Label(), $form_decorator_object);
 }