Home
last modified time | relevance | path

Searched refs:assertNull (Results 26 – 50 of 133) sorted by relevance

123456

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php130 $this->assertNull($vcard->getByType('EMAIL', 'non-existant'));
131 $this->assertNull($vcard->getByType('ADR', 'non-existant'));
189 $this->assertNull($vcard->preferred('EMAIL'));
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DDriverChainTest.php48 $this->assertNull($driver->loadMetadataForClass(new \ReflectionClass('\stdClass')));
57 $this->assertNull($driver->loadMetadataForClass(new \ReflectionClass('\stdClass')));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DNodeTest.php61 $this->assertNull($node->getGroup());
98 $this->assertNull($node->getSupportedPrivilegeSet());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php61 $this->assertNull($vcal->getClassNameForPropertyValue('FOO'));
81 $this->assertNull($prop->parent);
/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/DAV/Xml/Property/
H A DHrefTest.php71 $this->assertNull($href);
81 $this->assertNull($href);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageDecoratorTest.php77 $this->assertNull($this->inner->getHeader('A'));
78 $this->assertNull($this->outer->getHeader('A'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DCardTest.php151 $this->assertNull($this->card->getGroup());
209 $this->assertNull(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php38 $this->assertNull($file->getETag());
45 $this->assertNull($file->getContentType());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DPrincipalTest.php16 $this->assertNull($principal->getHref());
20 $this->assertNull($principal->getHref());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DAutoloaderTest.php22 …$this->assertNull($autoloader->autoload('Foo'), '->autoload() returns false if it is not able to l…
H A DFactoryRuntimeLoaderTest.php27 $this->assertNull($loader->load('stdClass'));
H A DParserTest.php117 …$this->assertNull($this->getParser()->filterBodyNodes(new TextNode(\chr(0xEF).\chr(0xBB).\chr(0xBF…
150 $this->assertNull($parser->getParent());
H A DContainerRuntimeLoaderTest.php40 $this->assertNull($loader->load('Foo'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php106 $this->assertNull(
120 $this->assertNull(
134 $this->assertNull(
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DDoctrineDriverTest.php80 self::assertNull($metadata->propertyMetadata['slug']->type);
112 self::assertNull($doctrineMetadata->propertyMetadata['ref']->type);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalTest.php171 $this->assertNull($principal->getGroup());
204 $this->assertNull($principal->getSupportedPrivilegeSet());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DAbstractPDOTest.php27 $this->assertNull($backend->getDigestHash('realm','blabla'));
/plugin/structtasks/_test/
H A DUtilitiesTest.php152 $this->assertNull($old_data);
153 $this->assertNull($new_data);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php136 $this->assertNull($stream->detach());
146 $this->assertNull($stream->getSize());
170 $this->assertNull($stream->getSize());
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMethodMetadataTest.php36 $this->assertNull($obj->getFoo());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DXMLTest.php29 $this->assertNull($e, sprintf(
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php103 $this->assertNull($p->getTimeout());
106 $this->assertNull($p->getTimeout());
491 $this->assertNull($process->getExitCodeText());
570 $this->assertNull($process->getExitCode());
572 $this->assertNull($process->getExitCode());
585 $this->assertNull($process->getExitCode());
771 $this->assertNull($process->checkTimeout());
778 $this->assertNull($process->checkTimeout());
875 $this->assertNull($process->getPid());
882 $this->assertNull($process->getPid());
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DNumericComparatorTest.php108 $this->assertNull($exception, 'Unexpected ComparisonFailure');
H A DTypeComparatorTest.php92 $this->assertNull($exception, 'Unexpected ComparisonFailure');

123456