IsoCodes\Tests\IsbnTest::testValidValues PHP Method

testValidValues() public method

testValidIsbn
public testValidValues ( mixed $isbn, integer | null $type = null ) : void
$isbn mixed
$type integer | null
return void
    public function testValidValues($isbn, $type = null)
    {
        $this->assertTrue(Isbn::validate($isbn, $type));
    }