Eris\Generator\IntegerGeneratorTest::testPosAlreadyStartsFromStrictlyPositiveValues PHP 메소드

testPosAlreadyStartsFromStrictlyPositiveValues() 공개 메소드

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