Home
last modified time | relevance | path

Searched refs:failure (Results 1 – 25 of 104) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DProgressCounter.php25 public $failure; variable in Google\\Service\\CloudHealthcare\\ProgressCounter
38 public function setFailure($failure) argument
40 $this->failure = $failure;
47 return $this->failure;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DReportStatus.php40 public function setFailure(ReportFailure $failure) argument
42 $this->failure = $failure;
49 return $this->failure;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestFailureTest.php17 $failure = new PHPUnit_Framework_TestFailure($test, $exception);
19 $this->assertEquals(__METHOD__ . ': message', $failure->toString());
/plugin/userimportextended/
H A Dadmin.php129 foreach ($this->_import_failures as $line => $failure) {
132 ptln(' <td class="error">' .$failure['error'].' </td>');
133 ptln(' <td class="field userid"> '.hsc($failure['user'][0]).' </td>');
134 ptln(' <td class="field userpass"> '.hsc($failure['user'][1]).' </td>');
135 ptln(' <td class="field username"> '.hsc($failure['user'][2]).' </td>');
136 ptln(' <td class="field usermail"> '.hsc($failure['user'][3]).' </td>');
137 ptln(' <td class="field usergroups"> '.hsc($failure['user'][4]).' </td>');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-log-xml-isolation.phpt24 …<failure type="PHPUnit_Framework_ExpectationFailedException">DataProviderTest::testAdd with data s…
28 </failure>
38 There was 1 failure:
H A Ddataprovider-log-xml.phpt23 …<failure type="PHPUnit_Framework_ExpectationFailedException">DataProviderTest::testAdd with data s…
27 </failure>
37 There was 1 failure:
H A Dlog-junit.phpt23 <failure type="PHPUnit_Framework_ExpectationFailedException">StatusTest::testFailure
27 </failure>
60 There was 1 failure:
H A Dassertion.phpt32 There was 1 failure:
H A Ddependencies.phpt21 There was 1 failure:
H A Ddependencies-isolation.phpt22 There was 1 failure:
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DHTML.php194 function _prepareFailure($failure) argument
196 $test = $failure->failedTest();
198 $exception = $failure->thrownException();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1351.phpt40 There was 1 failure:
43 Expected failure.
H A D1437.phpt18 There was 1 failure:
H A D1471.phpt18 There was 1 failure:
H A D2145.phpt2 --stop-on-failure fails to stop on PHP 7
H A D2731.phpt20 There was 1 failure:
H A D433.phpt20 There was 1 failure:
H A D445.phpt21 There was 1 failure:
H A D581.phpt20 There was 1 failure:
H A D503.phpt20 There was 1 failure:
/plugin/swiftmail/Swift/Connection/
H A DMulti.php113 $failure = implode("<br />", $fail_messages);
114 throw new Swift_ConnectionException($failure);
H A DRotator.php99 $failure = implode("<br />", $fail_messages);
100 throw new Swift_ConnectionException("No connections were started.<br />" . $failure);
/plugin/styler/
H A D.whitesource6 "vulnerableCheckRunConclusionLevel": "failure",
/plugin/projects/lib/
H A Dlayout.php22 protected $failure = false; variable in ProjectFileLayout
50 $this->failure = true;
158 if ($this->failure) {
/plugin/admnote/
H A Dstyle.css15 …--adm-failure-pic: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" v…
168 .admonition.failure {
171 .failure>.admonition-title {
174 .failure>.admonition-title::before {
176 -webkit-mask-image: var(--adm-failure-pic);
177 mask-image: var(--adm-failure-pic);

12345