Eris\Generator\IntegerGeneratorTest::testPosAlreadyStartsFromStrictlyPositiveValues PHP Méthode

testPosAlreadyStartsFromStrictlyPositiveValues() public méthode

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