PHP 클래스 Jyxo\Input\FluentTest

저자: Jakub Tománek
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: jyxo/php

공개 메소드들

메소드 설명
testAddInvalidCondition ( ) Tests adding an invalid condition.
testAddInvalidFilter ( ) Tests adding an invalid filter.
testAddInvalidValidator ( ) Tests adding an invalid validator.
testBasicFluent ( ) Tests basic work.
testClose ( ) Tests chain closing.
testConditional ( ) Tests conditional validation.
testDefaultValue ( ) Tests default value.
testInvalid ( ) Tests invalid input data.
testInvalidWalk ( ) Tests validation failure in the middle of a string.
testSuperglobals ( ) Tests superglobal arrays.
testWalk ( ) Tests walking through an array.

메소드 상세

testAddInvalidCondition() 공개 메소드

Tests adding an invalid condition.

testAddInvalidFilter() 공개 메소드

Tests adding an invalid filter.

testAddInvalidValidator() 공개 메소드

Tests adding an invalid validator.

testBasicFluent() 공개 메소드

Tests basic work.
public testBasicFluent ( )

testClose() 공개 메소드

Tests chain closing.
public testClose ( )

testConditional() 공개 메소드

Tests conditional validation.
public testConditional ( )

testDefaultValue() 공개 메소드

Tests default value.
public testDefaultValue ( )

testInvalid() 공개 메소드

Tests invalid input data.
public testInvalid ( )

testInvalidWalk() 공개 메소드

Tests validation failure in the middle of a string.
public testInvalidWalk ( )

testSuperglobals() 공개 메소드

Tests superglobal arrays.
public testSuperglobals ( )

testWalk() 공개 메소드

Tests walking through an array.
public testWalk ( )