PHP 클래스 CommerceGuys\Zone\Tests\PostalCodeHelperTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: commerceguys/zone

공개 메소드들

메소드 설명
testMatch ( )

보호된 메소드들

메소드 설명
getAddress ( string $postalCode = null ) : Address Returns a mock address with the provided postal code.

메소드 상세

getAddress() 보호된 메소드

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

testMatch() 공개 메소드

public testMatch ( )