Home
last modified time | relevance | path

Searched refs:addFailure (Results 1 – 18 of 18) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestListener.php45 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function
H A DTestResult.php302 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Framework_TestResult
689 $this->addFailure(
753 $this->addFailure(
808 $this->addFailure(
817 $this->addFailure(
827 $this->addFailure(
851 $this->addFailure($test, $e, $time);
857 $this->addFailure(
865 $this->addFailure(
879 $this->addFailure(
H A DTestSuite.php687 $result->addFailure($this, $e, 0);
H A DBaseTestListener.php27 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Framework_BaseTestListener
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php429 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_TextUI_ResultPrinter
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTAP.php76 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Util_Log_TAP
H A DJUnit.php151 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Util_Log_JUnit
H A DJSON.php78 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Util_Log_JSON
H A DTeamCity.php95 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Util_Log_TeamCity
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestListenerTest.php33 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in Framework_TestListenerTest
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php165 $result->addFailure($this, new PHPUnit_Framework_SkippedTestError($message), 0);
193 $result->addFailure(
203 $result->addFailure($this, $e, $time);
212 $result->addFailure(
H A DTicketListener.php44 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Extensions_TicketListener
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php359 $result->addFailure(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php89 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Util_TestDox_ResultPrinter_XML
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php154 …public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_AssertionFailedError $e… function in PHPUnit_Util_TestDox_ResultPrinter
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestListener.php134 function addFailure(&$test, &$t) { /*abstract */ } function in PHPUnit_TestListener
H A DTestCase.php252 $this->_result->addFailure($this, $message);
H A DTestResult.php129 function addFailure(&$test, &$t) { function in PHPUnit_TestResult
133 $this->_listeners[$i]->addFailure($test, $t);