Ejemplo n.º 1
0
 public function testAddType()
 {
     $this->type_handler->addType('mock_type', $this->mock_type);
     $this->assertNotInstanceOf('AV\\Form\\Type\\DefaultType', $this->type_handler->getType('mock_type'));
 }