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

testRandomElementsThrowsWhenRequestingTooManyKeys() public méthode

    public function testRandomElementsThrowsWhenRequestingTooManyKeys()
    {
        BaseProvider::randomElements(array('foo'), 2);
    }
BaseTest