Home
last modified time | relevance | path

Searched refs:assertNull (Results 1 – 25 of 133) sorted by last modified time

123456

/plugin/sqlite/_test/
H A DSQLiteDBTest.php114 $this->assertNull($newrecord);
/plugin/structtasks/_test/
H A DUtilitiesTest.php152 $this->assertNull($old_data);
153 $this->assertNull($new_data);
/plugin/combo/vendor/dragonmantank/cron-expression/tests/Cron/
H A DCronExpressionTest.php42 $this->assertNull($cron->getExpression('foo'));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php135 $this->assertNull($a->getSize());
169 $this->assertNull($s->getMetadata('foo'));
H A DLimitStreamTest.php125 $this->assertNull($b->getSize());
H A DPumpStreamTest.php62 $this->assertNull($p->getSize());
H A DStreamTest.php136 $this->assertNull($stream->detach());
146 $this->assertNull($stream->getSize());
170 $this->assertNull($stream->getSize());
H A DAsyncReadStreamTest.php41 $this->assertNull($drain->getValue($a));
88 $this->assertNull($a->getSize());
H A DNullStreamTest.php16 $this->assertNull($b->getMetadata('a'));
/plugin/tagfilter/_test/
H A Dsyntax.test.php42 $this->assertNull($select->eq(0)->attr('multiple'));
43 $this->assertNull($select->eq(1)->attr('multiple'));
44 $this->assertNull($select->eq(2)->attr('multiple'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPluginTest.php78 $this->assertNull($this->server->getPlugin('SomeRandomClassName'));
H A DSyncTokenPropertyTest.php77 $this->assertNull($propFind->get('{http://calendarserver.org/ns/}getctag'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php176 $this->assertNull($response->getHttpStatus());
289 $this->assertNull($response->getHttpStatus());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php71 $this->assertNull($href);
81 $this->assertNull($href);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalCollectionTest.php57 $this->assertNull($pc->findByUri('mailto:fake.user.sabredav@sabredav.org'));
58 $this->assertNull($pc->findByUri(''));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php543 $this->assertNull($result);
H A DVCardTest.php173 $this->assertNull($vcard->preferred('EMAIL'));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php61 $this->assertNull($vcal->getClassNameForPropertyValue('FOO'));
H A DPropertyTest.php311 $this->assertNull($property->getValue());
315 $this->assertNull($property->getValue());
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DBearerTest.php30 $this->assertNull($bearer->getToken($request));
41 $this->assertNull($bearer->getToken($request));
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageDecoratorTest.php77 $this->assertNull($this->inner->getHeader('A'));
78 $this->assertNull($this->outer->getHeader('A'));
H A DMessageTest.php76 $this->assertNull($message->getHeader('X-Foo'));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php82 $this->assertNull($object=$objects->getNext());
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DReaderTest.php46 $this->assertNull($reader->getClark());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractTest.php50 $this->assertNull(
57 $this->assertNull(
60 $this->assertNull(

123456