public function testFloat()
 {
     $this->assertSame(32.1, Dummy::getFloat('Test-6'));
     $this->assertSame(-32.22, Dummy::getFloat('Test-7'));
 }