Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php140 $this->_handleErrors($classPath . ' is not readable. Cannot create test class.');
163 $this->_handleErrors($configFile . ' is not readable. Cannot create test class.');
398 $this->_handleErrors('Noting to write.', PHPUS_WARNING);
430 function _handleErrors($message, $type = E_USER_ERROR) { function in PHPUnit_Skeleton