PHP Class Jyxo\Input\FluentTest

Author: Jakub Tománek
Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: jyxo/php

Méthodes publiques

Méthode Description
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.

Method Details

testAddInvalidCondition() public méthode

Tests adding an invalid condition.

testAddInvalidFilter() public méthode

Tests adding an invalid filter.

testAddInvalidValidator() public méthode

Tests adding an invalid validator.

testBasicFluent() public méthode

Tests basic work.
public testBasicFluent ( )

testClose() public méthode

Tests chain closing.
public testClose ( )

testConditional() public méthode

Tests conditional validation.
public testConditional ( )

testDefaultValue() public méthode

Tests default value.
public testDefaultValue ( )

testInvalid() public méthode

Tests invalid input data.
public testInvalid ( )

testInvalidWalk() public méthode

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

testSuperglobals() public méthode

Tests superglobal arrays.
public testSuperglobals ( )

testWalk() public méthode

Tests walking through an array.
public testWalk ( )