PHP 클래스 CommerceGuys\Addressing\Tests\Validator\Constraints\CountryConstraintValidatorTest

상속: extends Symfony\Component\Validator\Tests\Constraints\AbstractConstraintValidatorTest
파일 보기 프로젝트 열기: commerceguys/addressing

보호된 프로퍼티들

프로퍼티 타입 설명
$constraint CommerceGuys\Addressing\Validator\Constraints\CountryConstraint

공개 메소드들

메소드 설명
getValidCountries ( )
setUp ( )
testEmptyIsValid ( )
testInvalidCountry ( )
testInvalidValueType ( )
testValidCountries ( $country )

보호된 메소드들

메소드 설명
createValidator ( )

메소드 상세

createValidator() 보호된 메소드

protected createValidator ( )

getValidCountries() 공개 메소드

public getValidCountries ( )

setUp() 공개 메소드

public setUp ( )

testEmptyIsValid() 공개 메소드

public testEmptyIsValid ( )

testInvalidCountry() 공개 메소드

public testInvalidCountry ( )

testInvalidValueType() 공개 메소드

testValidCountries() 공개 메소드

public testValidCountries ( $country )

프로퍼티 상세

$constraint 보호되어 있는 프로퍼티

protected CountryConstraint,CommerceGuys\Addressing\Validator\Constraints $constraint
리턴 CommerceGuys\Addressing\Validator\Constraints\CountryConstraint