PHP Класс lithium\tests\integration\test\FilterTest

Наследование: extends lithium\test\Integration
Показать файл Открыть проект

Открытые методы

Метод Описание
setUp ( )
skip ( ) Skip the tests if the xdebug extension is not loaded. The Coverage filter depends on the extension.
testSingleTest ( )
testSingleTestWithMultipleFilters ( )

Защищенные методы

Метод Описание
_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 )

Описание методов

_arrayDeleteByKey() защищенный Метод

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

_factorial() защищенный Метод

protected _factorial ( $int )

_perm() защищенный Метод

protected _perm ( $arr, $nth = null )

_perms() защищенный Метод

protected _perms ( $arr )

_powerPerms() защищенный Метод

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 _powerSet ( $in, $minLength = 1 )

setUp() публичный Метод

public setUp ( )

skip() публичный Метод

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

testSingleTest() публичный Метод

public testSingleTest ( )

testSingleTestWithMultipleFilters() публичный Метод