Home
last modified time | relevance | path

Searched refs:fail (Results 26 – 50 of 259) sorted by relevance

1234567891011

/plugin/fedauth/Auth/Yadis/
H A DYadis.php78 function fail() function in Auth_Yadis_DiscoveryResult
337 $result->fail();
367 $result->fail();
/plugin/openid/Auth/Yadis/
H A DYadis.php81 function fail() function in Auth_Yadis_DiscoveryResult
352 $result->fail();
382 $result->fail();
/plugin/davcal/vendor/sabre/event/tests/
H A DPromiseTest.php103 $promise = (new Promise(function($success, $fail) {
119 $promise = (new Promise(function($success, $fail) {
121 $fail('hi');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml44 …-configuration ./build/travis-ci-fail.xml > /dev/null; if [ $? -eq 0 ]; then echo "SHOULD FAIL"; f…
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DInterfaceTest.php159 $this->fail('Seachring for 2 classes failed');
193 $this->fail('Searching for 2 classes failed');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DFailure.php6 $this->fail();
H A DDependencyFailureTest.php6 $this->fail();
H A Dphpt-xfail.phpt9 Syntax Error in PHPT is supposed to fail
/plugin/issuelinks/script/
H A Dadmin_repo.js71 .fail(function showErrorOnHook(jqXHR) {
116 .fail(function showErrorOnRepoArea(jqXHR) {
168 .fail(function (jqXHR) {
H A Dtooltip.js73 }).fail(function handleFailedState(jqXHR) {
122 }).fail(function handleFailedState(jqXHR) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1374/
H A DIssue1374Test.php14 $this->fail('This should not be reached');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/
H A DPluginTest.php45 $backend->fail = true;
61 $backend2->fail = true;
/plugin/struct/script/
H A DAggregationEditor.js65 .fail(function (xhr) {
128 .fail(function (xhr) {
/plugin/farmsync/script/
H A Dresults.js64 }).fail(function (jqXHR, textStatus, errorThrown) {
98 }).fail(function (jqXHR, textStatus, errorThrown) {
186 }).fail(function (jqXHR, textStatus, errorThrown) {
H A Dform.js18 }).fail(function (jqXHR, textStatus, errorThrown) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DComposite.php54 $this->fail($other, $description);
H A DTraversableContainsOnly.php80 $this->fail($other, $description);
/plugin/siteexport/
H A Dscript.js44 }).fail(function(jqXHR){
81 }).fail(function(jqXHR){
119 }).fail(function(jqXHR){
141 }).fail(function(){
219 }).fail(function(jqXHR){
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2972.phpt2 GH-2972: Test suite shouldn't fail when it contains both *.phpt files and unconventionally named te…
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php32 $this->fail('Input must be a string, stream or VObject component');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php32 $this->fail('Input must be a string, stream or VObject component');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php32 $this->fail('Input must be a string, stream or VObject component');
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DPropertyTest.php48 $this->fail('Using a reserved property key should cause an exception.');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DGetEventsByTimerangeTest.php79 $this->fail('Got no events instead of 1. Output: '.$response->body);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php252 $this->fail('A LogicException should have been raised.');
740 $this->fail('A RuntimeException should have been raised');
759 $this->fail('A RuntimeException should have been raised');
796 $this->fail('A ProcessTimedOutException should have been raised');
814 $this->fail('A timeout exception was expected.');
836 $this->fail('A timeout exception was expected.');
853 $this->fail('A ProcessTimedOutException should have been raised.');
967 $this->fail('A LogicException must have been thrown');
1004 $this->fail('A RuntimeException must have been thrown');
1555 $this->fail('ENHANCE_SIGCHLD must be used together with a sigchild-enabled PHP.');

1234567891011