public function testItShouldCheckIfItIsFloatThrowsException()
 {
     $this->setExpectedException(Exception::class);
     IntegerAssertions::isInteger(3.14);
 }