Home
last modified time | relevance | path

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

123456

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockBuilderTest.php24 $this->assertNull($mock->mockableMethod());
25 $this->assertNull($mock->anotherMockableMethod());
34 $this->assertNull($mock->mockableMethod());
45 $this->assertNull($mock->anotherMockableMethod());
54 $this->assertNull($mock->mockableMethod());
55 $this->assertNull($mock->anotherMockableMethod());
89 $this->assertNull($mock->constructorArgs);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Matcher/
H A DConsecutiveParametersTest.php17 $this->assertNull($mock->foo('bar'));
18 $this->assertNull($mock->foo(21, 42));
33 $this->assertNull($mock->foo('bar'));
34 $this->assertNull($mock->foo(21, 42));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php28 $this->assertNull($elem['VALUE']);
44 $this->assertNull($elem['TZID']);
59 $this->assertNull($elem['TZID']);
73 $this->assertNull($elem['TZID']);
104 $this->assertNull($elem['TZID']);
121 $this->assertNull($elem['VALUE']);
140 $this->assertNull($elem['VALUE']);
159 $this->assertNull($elem['VALUE']);
173 $this->assertNull($elem['VALUE']);
198 $this->assertNull($dt);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
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 DAddressBookHomeTest.php51 $this->assertNull($this->s->getLastModified());
132 $this->assertNull($this->s->getGroup());
159 $this->assertNull(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
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 DShareableCalendarTest.php56 $this->assertNull($this->instance->setPublishStatus(true));
57 $this->assertNull($this->instance->setPublishStatus(false));
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));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php30 $this->assertNull($elem['VALUE']);
46 $this->assertNull($elem['TZID']);
61 $this->assertNull($elem['TZID']);
92 $this->assertNull($elem['TZID']);
109 $this->assertNull($elem['VALUE']);
128 $this->assertNull($elem['VALUE']);
147 $this->assertNull($elem['VALUE']);
161 $this->assertNull($elem['VALUE']);
186 $this->assertNull($dt);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php30 $this->assertNull($elem['VALUE']);
46 $this->assertNull($elem['TZID']);
61 $this->assertNull($elem['TZID']);
92 $this->assertNull($elem['TZID']);
109 $this->assertNull($elem['VALUE']);
128 $this->assertNull($elem['VALUE']);
147 $this->assertNull($elem['VALUE']);
161 $this->assertNull($elem['VALUE']);
186 $this->assertNull($dt);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php30 $this->assertNull($elem['VALUE']);
46 $this->assertNull($elem['TZID']);
61 $this->assertNull($elem['TZID']);
92 $this->assertNull($elem['TZID']);
109 $this->assertNull($elem['VALUE']);
128 $this->assertNull($elem['VALUE']);
147 $this->assertNull($elem['VALUE']);
161 $this->assertNull($elem['VALUE']);
186 $this->assertNull($dt);
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DBasicTest.php33 $this->assertNull($basic->getCredentials($request));
42 $this->assertNull($basic->getCredentials($request));
53 $this->assertNull($basic->getCredentials($request));
H A DBearerTest.php30 $this->assertNull($bearer->getToken($request));
41 $this->assertNull($bearer->getToken($request));
/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/DAVACL/FS/
H A DHomeCollectionTest.php73 $this->assertNull(
81 $this->assertNull(
115 $this->assertNull(
H A DFileTest.php41 $this->assertNull(
67 $this->assertNull(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1351/
H A DIssue1351Test.php17 $this->assertNull($this->instance);
36 $this->assertNull($this->instance);
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/
H A DDoctrineCacheAdapterTest.php29 $this->assertNull($cache->load(TestObject::class));
35 $this->assertNull($cache->load(TestObject::class));
H A DPsrCacheAdapterTest.php29 $this->assertNull($cache->load(TestObject::class));
35 $this->assertNull($cache->load(TestObject::class));
H A DFileCacheTest.php30 $this->assertNull($cache->load(TestObject::class));
36 $this->assertNull($cache->load(TestObject::class));
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DFunctionTest.php96 $this->assertNull($this->functions[0]->getDocblock());
108 $this->assertNull($this->functions[3]->getDocblock());
109 $this->assertNull($this->functions[4]->getDocblock());
/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/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php154 $this->assertNull($factory->getMetadataForClass('stdClass'));
238 $this->assertNull($factory->getMetadataForClass('Metadata\Tests\Fixtures\TestObject'));
245 $this->assertNull($factory->getMetadataForClass('Metadata\Tests\Fixtures\TestObject'));
273 $this->assertNull($factory->getMetadataForClass('Metadata\Tests\Fixtures\TestObject'));
279 $this->assertNull($factory->getMetadataForClass('Metadata\Tests\Fixtures\TestObject'));
/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/CalDAV/Notifications/
H A DCollectionTest.php50 $this->assertNull($col->getGroup());
87 $this->assertNull($col->getSupportedPrivilegeSet());

123456