PHP Class Phalcon\Test\Validation\Validator\CardNumberTest

Author: Ilya Gusev ([email protected])
Inheritance: extends Codeception\TestCase\Test
Show file Open project: phalcon/incubator

Protected Properties

Property Type Description
$tester UnitTester UnitTester Object

Public Methods

Method Description
providerCards ( )
testShouldValidateCardNumberForModel ( mixed $type, mixed $cardnumber, boolean $willReturn )

Method Details

providerCards() public method

public providerCards ( )

testShouldValidateCardNumberForModel() public method

public testShouldValidateCardNumberForModel ( mixed $type, mixed $cardnumber, boolean $willReturn )
$type mixed
$cardnumber mixed
$willReturn boolean

Property Details

$tester protected property

UnitTester Object
protected UnitTester $tester
return UnitTester