Respect\Validation\Rules\FactorTest::thingsThatAreNotIntegers PHP Method

thingsThatAreNotIntegers() private method

    private function thingsThatAreNotIntegers()
    {
        return [0.5, 1.5, -0.5, -1.5, PHP_INT_MAX + 1, $this->randomFloatBeweenZeroAndOne(), -$this->randomFloatBeweenZeroAndOne(), 'a', 'foo', uniqid('a'), [], new \StdClass(), new \DateTime(), null, true, false];
    }