Home
last modified time | relevance | path

Searched refs:assertFalse (Results 26 – 50 of 194) sorted by last modified time

12345678

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DNullStreamTest.php25 $this->assertFalse($b->seek(10));
/plugin/tagfilter/_test/
H A Dajax.test.php98 $this->assertFalse(strpos($response['text'], 'id=test:plugin_tagfilter:tags:tagpage1') !== false);
121 $this->assertFalse(strpos($response['text'], 'id=test:plugin_tagfilter:tags:tagpage1') !== false);
/plugin/publish/_test/
H A Dhelper.test.php91 $this->assertFalse($helper->isActive('de:sidebar'), 'de:sidebar is still listed as active');
92 $this->assertFalse($helper->isActive('en:sidebar'), 'en:sidebar is still listed as active');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php50 $this->assertFalse($this->server->createFile('bla','body'));
H A DTreeTest.php12 $this->assertFalse($tree->nodeExists('hello'));
H A DUUIDUtilTest.php12 $this->assertFalse(
18 $this->assertFalse(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php48 $this->assertFalse($result['{DAV:}supported-report-set']->has('{DAV:}sync-collection'));
61 $this->assertFalse(isset($result['{DAV:}sync-token']));
73 $this->assertFalse(isset($result['{DAV:}sync-token']));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DBlockAccessTest.php203 $this->assertFalse($r);
/plugin/davcal/vendor/sabre/event/tests/
H A DContinueCallbackTest.php71 $this->assertFalse($r);
H A DEventEmitterTest.php69 $this->assertFalse(
98 $this->assertFalse(
163 $this->assertFalse($result);
185 $this->assertFalse($ee->removeListener('bar', $callBack));
213 $this->assertFalse(
218 $this->assertFalse($result);
241 $this->assertFalse($result);
266 $this->assertFalse($result);
311 $this->assertFalse(
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php30 …$this->assertFalse($vfb->isFree(new \DateTime('2012-09-12 01:15:00', $tz), new \DateTime('2012-09-…
31 …$this->assertFalse($vfb->isFree(new \DateTime('2012-09-12 08:05:00', $tz), new \DateTime('2012-09-…
32 …$this->assertFalse($vfb->isFree(new \DateTime('2012-09-12 10:15:00', $tz), new \DateTime('2012-09-…
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php40 …$this->assertFalse($result, 'No AWS Authorization header was supplied, so we should have gotten fa…
60 $this->assertFalse($result);
83 $this->assertFalse($result);
111 $this->assertFalse($result);
139 $this->assertFalse($result);
170 $this->assertFalse($result);
H A DDigestTest.php91 …$this->assertFalse($this->auth->validateA1(md5($username . ':' . self::REALM . ':' . ($password . …
101 $this->assertFalse($this->auth->validateA1(md5('user:realm:password')));
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageDecoratorTest.php55 $this->assertFalse($this->outer->hasHeader('a'));
56 $this->assertFalse($this->inner->hasHeader('a'));
H A DMessageTest.php77 $this->assertFalse(
189 $this->assertFalse($message->hasHeader('X-Foo'));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php59 $this->assertFalse(isset($property['foo']));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractTest.php18 $this->assertFalse($result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeTest.php50 $this->assertFalse($this->usercalendars->childExists('foo'));
H A DCalendarQueryVAlarmTest.php73 $this->assertFalse($validator->validate($vcalendar, $filter));
H A DCalendarQueryValidatorTest.php19 $this->assertFalse($validator->validate($vcal, ['name' => 'VFOO']));
44 $this->assertFalse($validator->validate($vObject, $filters));
H A DCalendarTest.php114 $this->assertFalse($this->calendar->childExists('foo'));
H A DExpandEventsDoubleEventsTest.php99 $this->assertFalse(isset($vObject->VEVENT->DTSTART['TZID']));
H A DICSExportPluginTest.php59 $this->assertFalse($p->httpGet($h, $s->httpResponse));
109 $this->assertFalse($p->httpGet($h, $s->httpResponse));
123 $this->assertFalse(strpos((string)$obj->PRODID, DAV\Version::VERSION)!==false);
H A DIssue205Test.php81 …$this->assertFalse(strpos($response->body, '<s:exception>Exception</s:exception>'), 'Exception occ…
82 …$this->assertFalse(strpos($response->body, 'Unknown or bad format'), 'DateTime unknown format Exce…
H A DIssue211Test.php86 $this->assertFalse(strpos('BEGIN:VEVENT', $response->body));

12345678