public function testFloat()
 {
     $this->assertEquals(3.0, CopixRequest::getFloat('element2'));
 }