Eris\Generator\IntegerGeneratorTest::testPosAlreadyStartsFromStrictlyPositiveValues PHP Method

testPosAlreadyStartsFromStrictlyPositiveValues() public method

    public function testPosAlreadyStartsFromStrictlyPositiveValues()
    {
        $generator = pos();
        $this->assertGreaterThan(0, $generator->__invoke(0, $this->rand)->unbox());
    }