PHP Class CommerceGuys\Zone\Tests\PostalCodeHelperTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: commerceguys/zone

Méthodes publiques

Méthode Description
testMatch ( )

Méthodes protégées

Méthode Description
getAddress ( string $postalCode = null ) : Address Returns a mock address with the provided postal code.

Method Details

getAddress() protected méthode

Returns a mock address with the provided postal code.
protected getAddress ( string $postalCode = null ) : Address
$postalCode string The postal code.
Résultat CommerceGuys\Addressing\Address

testMatch() public méthode

public testMatch ( )