Faker\Test\Provider\BaseTest::testRandomNumberThrowsExceptionWhenCalledWithAMax PHP Méthode

testRandomNumberThrowsExceptionWhenCalledWithAMax() public méthode

    public function testRandomNumberThrowsExceptionWhenCalledWithAMax()
    {
        BaseProvider::randomNumber(5, 200);
    }
BaseTest