Bluz\Tests\Validator\Rule\CreditCardTest::providerForFail PHP Method

providerForFail() public method

public providerForFail ( ) : array
return array
    public function providerForFail()
    {
        return array([null], [''], ['it isnt my credit card number'], ['&stR@ng3|) (|-|@r$'], ['1234 1234 1234 1234'], ['1234.1234.1234.1234']);
    }