PHP Class Faker\Test\Calculator\LuhnTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: fzaninotto/faker

Public Methods

Method Description
checkDigitProvider ( )
testComputeCheckDigit ( $partialNumber, $checkDigit )
testGenerateLuhnNumberWithInvalidPrefix ( )
testIsValid ( $number, $isValid )
validatorProvider ( )

Method Details

checkDigitProvider() public method

public checkDigitProvider ( )

testComputeCheckDigit() public method

public testComputeCheckDigit ( $partialNumber, $checkDigit )

testGenerateLuhnNumberWithInvalidPrefix() public method

testIsValid() public method

public testIsValid ( $number, $isValid )

validatorProvider() public method

public validatorProvider ( )