public function testInteger()
 {
     $this->assertSame(12, Dummy::getInt('Test-4'));
     $this->assertSame(-12, Dummy::getInt('Test-5'));
 }