Exemplo n.º 1
0
 public function testGetEntityProcessor()
 {
     $ep = $this->basic_form_handler->getEntityProcessor();
     $this->assertInstanceOf('AV\\Form\\EntityProcessor\\GetterSetterEntityProcessor', $ep);
 }