Home
last modified time | relevance | path

Searched refs:addError (Results 1 – 25 of 129) sorted by last modified time

123456

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestListener.php23 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time); function
H A DTestResult.php218 public function addError(PHPUnit_Framework_Test $test, $t, $time) function in PHPUnit_Framework_TestResult
849 $this->addError($test, $e, $time);
H A DTestCase.php2058 $this->result->addError(
2077 $this->result->addError(
H A DTestSuite.php710 $result->addError($this, $t, 0);
H A DBaseTestListener.php19 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) function in PHPUnit_Framework_BaseTestListener
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php416 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) function in PHPUnit_TextUI_ResultPrinter
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTAP.php52 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) function in PHPUnit_Util_Log_TAP
H A DJUnit.php121 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) function in PHPUnit_Util_Log_JUnit
H A DJSON.php38 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) function in PHPUnit_Util_Log_JSON
H A DTeamCity.php57 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) function in PHPUnit_Util_Log_TeamCity
151 $this->addError($test, $e, $time);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php78 $form->addError(new FormError('error!'));
89 $form->addError(new FormError('error!'));
131 $form->addError(new FormError('error!'));
132 $form->get('date')->addError(new FormError('child-error'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestListenerTest.php23 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) function in Framework_TestListenerTest
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php991 $form->addError(new FormError('This is the form error'));
996 $child->addError(new FormError('Error of the child form'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php206 $result->addError($this, $t, $time);
208 $result->addError($this, $e, $time);
H A DTicketListener.php33 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) function in PHPUnit_Extensions_TicketListener
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php276 $result->addError(
296 $result->addError(
329 $result->addError(
335 $result->addError(
341 $result->addError(
347 $result->addError(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php66 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) function in PHPUnit_Util_TestDox_ResultPrinter_XML
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php120 public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) function in PHPUnit_Util_TestDox_ResultPrinter
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DFixmeSniff.php85 $phpcsFile->addError($error, $stackPtr, $type, $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DCallTimePassByReferenceSniff.php152 $phpcsFile->addError($error, $tokenBefore, 'NotAllowed');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DValidLogicalOperatorsSniff.php78 $phpcsFile->addError($error, $stackPtr, 'NotAllowed', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Objects/
H A DAssignThisSniff.php86 $phpcsFile->addError($error, $prev, 'NotSelf');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DGetRequestDataSniff.php112 $phpcsFile->addError($error, $stackPtr, $type, $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DValidDefaultValueSniff.php90 $phpcsFile->addError($error, $param['token'], 'NotAtEnd');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php69 $phpcsFile->addError($error, $stackPtr, 'PrivateNoUnderscore', $data);
80 $phpcsFile->addError($error, $stackPtr, 'PublicUnderscore', $data);

123456