Home
last modified time | relevance | path

Searched refs:assertNull (Results 1 – 25 of 133) sorted by path

123456

/plugin/404manager/_test/
H A Dmanager.test.php388 $this->assertNull($queryKeys['do'], "The page is only shown");
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php42 $this->assertNull($cron->getExpression('foo'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractTest.php50 $this->assertNull(
57 $this->assertNull(
60 $this->assertNull(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeSharedCalendarsTest.php85 $this->assertNull($result);
H A DCalendarHomeTest.php63 $this->assertNull($this->usercalendars->getGroup());
134 $this->assertNull($this->usercalendars->getLastModified());
169 $this->assertNull($result);
205 $this->assertNull($this->usercalendars->getSupportedPrivilegeSet());
H A DCalendarObjectTest.php170 $this->assertNull($obj->getGroup());
364 $this->assertNull($obj->getSupportedPrivilegeSet());
H A DCalendarTest.php142 $this->assertNull($this->calendar->getLastModified());
189 $this->assertNull($this->calendar->getGroup());
268 $this->assertNull($calendar->getSyncToken());
286 $this->assertNull($calendar->getChanges(1,null));
H A DICSExportPluginTest.php140 $this->assertNull($p->httpGet($h, $s->httpResponse));
176 $this->assertNull($s->httpResponse->getStatus());
H A DShareableCalendarTest.php56 $this->assertNull($this->instance->setPublishStatus(true));
57 $this->assertNull($this->instance->setPublishStatus(false));
H A DValidateICalTest.php278 $this->assertNull($response->getHeader('ETag'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DCollectionTest.php50 $this->assertNull($col->getGroup());
87 $this->assertNull($col->getSupportedPrivilegeSet());
H A DNodeTest.php61 $this->assertNull($node->getGroup());
98 $this->assertNull($node->getSupportedPrivilegeSet());
H A DPluginTest.php164 … $this->assertNull($caldav->httpGet(new HTTP\Request('GET','/foozz'), $server->httpResponse));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DProxyReadTest.php37 $this->assertNull($i->getLastModified());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php106 $this->assertNull(
120 $this->assertNull(
134 $this->assertNull(
H A DSchedulingObjectTest.php169 $this->assertNull($obj->getGroup());
327 $this->assertNull($obj->getSupportedPrivilegeSet());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php51 $this->assertNull($sub->getGroup());
82 $this->assertNull($sub->getSupportedPrivilegeSet());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookHomeTest.php51 $this->assertNull($this->s->getLastModified());
132 $this->assertNull($this->s->getGroup());
159 $this->assertNull(
H A DAddressBookTest.php103 $this->assertNull($this->ab->getLastModified());
131 $this->assertNull($this->ab->getGroup());
158 $this->assertNull(
166 $this->assertNull(null, $this->ab->getSyncToken());
171 $this->assertNull($this->ab->getChanges(1,null));
H A DCardTest.php151 $this->assertNull($this->card->getGroup());
209 $this->assertNull(
H A DPluginTest.php57 $this->assertNull($this->plugin->report('{DAV:}foo', new \DomDocument()));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractDigestTest.php50 $this->assertNull(
H A DAbstractPDOTest.php27 $this->assertNull($backend->getDigestHash('realm','blabla'));
H A DApacheTest.php67 $this->assertNull(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php38 $this->assertNull($file->getETag());
45 $this->assertNull($file->getContentType());

123456