Home
last modified time | relevance | path

Searched refs:getMessage (Results 751 – 775 of 852) sorted by last modified time

1...<<3132333435

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DWarning.php23 return $this->getMessage();
H A DWarningTestCase.php61 public function getMessage() function in PHPUnit_Framework_WarningTestCase
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php540 " failed\n" . $e->getMessage() . "\n"
558 " failed\n" . $e->getMessage() . "\n"
584 " failed\n" . $e->getMessage() . "\n"
602 " failed\n" . $e->getMessage() . "\n"
641 " failed\n" . $e->getMessage() . "\n"
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php313 $exception->getMessage()
317 $exception->getMessage()
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DExceptionMessage.php38 return $other->getMessage() === '';
41 return strpos($other->getMessage(), $this->expectedMessage) !== false;
59 $other->getMessage()
65 $other->getMessage(),
H A DExceptionMessageRegExp.php37 … $match = PHPUnit_Util_Regex::pregMatchSafe($this->expectedMessageRegExp, $other->getMessage());
62 $other->getMessage(),
H A DIsEqual.php136 trim($description . "\n" . $f->getMessage()),
H A DException.php55 $message = '. Message was: "' . $other->getMessage() . '" at'
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJSON.php104 'Incomplete Test: ' . $e->getMessage(),
124 'Risky Test: ' . $e->getMessage(),
144 'Skipped Test: ' . $e->getMessage(),
H A DTeamCity.php63 'message' => self::getMessage($e),
82 'message' => self::getMessage($e),
99 'message' => self::getMessage($e),
179 'message' => self::getMessage($e),
321 private static function getMessage(Exception $e) function in PHPUnit_Util_Log_TeamCity
330 if (strlen($message) != 0 && strlen($e->getMessage()) != 0) {
335 return $message . $e->getMessage();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php220 $node->setAttribute('exceptionMessage', $this->exception->getMessage());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DExceptionStackTest.php9 $message = $e->getMessage() . $e->getComparisonFailure()->getDiff();
/plugin/log/
H A Daction.php54 msg($e->getMessage(), -1);
H A Dsyntax.php47 return $e->getMessage();
H A Dajax.php18 echo $e->getMessage();
/plugin/letsencrypt/
H A Dadmin.php68 msg($e->getMessage(), -1, $e->getLine(), $e->getFile());
/plugin/authfacebook/
H A Dauth.php194 msg('1: Auth Facebook Error: '. $e->getFile() .':'.$e->getLine().': '.$e->getMessage());
/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php69 throw new FacebookSDKException($e->getMessage(), $e->getCode());
/plugin/pgsqlquery/
H A Dsyntax.php144 $renderer->doc .= "Can't connect to database. Error: ".$e->getMessage();
/plugin/swiftmail/Swift/Connection/
H A DMulti.php110 $fail_messages[] = $id . ": " . $e->getMessage();
H A DRotator.php95 $fail_messages[] = $id . ": " . $e->getMessage();
/plugin/swiftmail/Swift/
H A DMessage.php543 "The MIME component threw an exception:<br />" . $e->getMessage());
576 "The MIME component threw an exception:<br />" . $e->getMessage());
/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php111 $message = $e->getMessage();
H A DFileEmbedder.php405 $this->message = $e->getMessage();
/plugin/swiftmail/Swift/Events/
H A DSendEvent.php64 public function getMessage() function in Swift_Events_SendEvent

1...<<3132333435