PHP Class IsoCodes\Tests\IsbnTest

Author: Sullivan Senechal ([email protected])
Inheritance: extends AbstractIsoCodeTest
Show file Open project: ronanguilloux/isocodes

Public Methods

Method Description
getInvalidValues ( )
getValidValues ( )
testInvalidTypeOption ( )
testInvalidValues ( mixed $isbn, integer | null $type = null ) testInvalidIsbn
testValidValues ( mixed $isbn, integer | null $type = null ) : void testValidIsbn

Method Details

getInvalidValues() public method

public getInvalidValues ( )

getValidValues() public method

public getValidValues ( )

testInvalidTypeOption() public method

testInvalidValues() public method

testInvalidIsbn
public testInvalidValues ( mixed $isbn, integer | null $type = null )
$isbn mixed
$type integer | null

testValidValues() public method

testValidIsbn
public testValidValues ( mixed $isbn, integer | null $type = null ) : void
$isbn mixed
$type integer | null
return void