PHP 클래스 Bluz\Tests\Validator\Rule\LengthTest

상속: extends Bluz\Tests\TestCase
파일 보기 프로젝트 열기: bluzphp/framework

공개 메소드들

메소드 설명
providerForComponentException ( ) : array
providerForFail ( ) : array
providerForFailInclusive ( ) : array
providerForPass ( ) : array
testInvalidConstructorParametersShouldThrowComponentExceptionUponInstantiation ( $string, $min, $max )
testLengthInsideBoundsShouldReturnTrue ( $string, $min, $max )
testLengthOutsideBoundsShouldThrowLengthException ( $string, $min, $max )
testLengthOutsideValidBoundsShouldThrowLengthException ( $string, $min, $max )

메소드 상세

providerForComponentException() 공개 메소드

providerForFail() 공개 메소드

public providerForFail ( ) : array
리턴 array

providerForFailInclusive() 공개 메소드

public providerForFailInclusive ( ) : array
리턴 array

providerForPass() 공개 메소드

public providerForPass ( ) : array
리턴 array

testInvalidConstructorParametersShouldThrowComponentExceptionUponInstantiation() 공개 메소드

testLengthInsideBoundsShouldReturnTrue() 공개 메소드

public testLengthInsideBoundsShouldReturnTrue ( $string, $min, $max )

testLengthOutsideBoundsShouldThrowLengthException() 공개 메소드

public testLengthOutsideBoundsShouldThrowLengthException ( $string, $min, $max )

testLengthOutsideValidBoundsShouldThrowLengthException() 공개 메소드