Home
last modified time | relevance | path

Searched refs:PHPUnit_TestDecorator (Results 1 – 2 of 2) sorted by relevance

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DRepeatedTest.php102 class PHPUnit_RepeatedTest extends PHPUnit_TestDecorator {
117 $this->PHPUnit_TestDecorator($test);
H A DTestDecorator.php72 class PHPUnit_TestDecorator { class
87 function PHPUnit_TestDecorator(&$test) { function in PHPUnit_TestDecorator