PHP Class lithium\tests\integration\test\FilterTest

Inheritance: extends lithium\test\Integration
Show file Open project: unionofrad/lithium

Public Methods

Method Description
setUp ( )
skip ( ) Skip the tests if the xdebug extension is not loaded. The Coverage filter depends on the extension.
testSingleTest ( )
testSingleTestWithMultipleFilters ( )

Protected Methods

Method Description
_arrayDeleteByKey ( &$array, $deleteKey, $useOldKeys = false )
_factorial ( $int )
_perm ( $arr, $nth = null )
_perms ( $arr )
_powerPerms ( $arr ) Methods for getting all permutations of each set in the power set of an array of strings (from the php.net manual on shuffle).
_powerSet ( $in, $minLength = 1 )

Method Details

_arrayDeleteByKey() protected method

protected _arrayDeleteByKey ( &$array, $deleteKey, $useOldKeys = false )

_factorial() protected method

protected _factorial ( $int )

_perm() protected method

protected _perm ( $arr, $nth = null )

_perms() protected method

protected _perms ( $arr )

_powerPerms() protected method

Methods for getting all permutations of each set in the power set of an array of strings (from the php.net manual on shuffle).
protected _powerPerms ( $arr )

_powerSet() protected method

protected _powerSet ( $in, $minLength = 1 )

setUp() public method

public setUp ( )

skip() public method

Skip the tests if the xdebug extension is not loaded. The Coverage filter depends on the extension.
public skip ( )

testSingleTest() public method

public testSingleTest ( )

testSingleTestWithMultipleFilters() public method