Home
last modified time | relevance | path

Searched refs:assertInstanceOf (Results 1 – 25 of 190) sorted by path

12345678

/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php35 $this->assertInstanceOf('Psr\Log\LoggerInterface', $this->getLogger());
/plugin/barcodes/tests/
H A DColorTest.php27 self::assertInstanceOf("DokuWiki\Barcodes\Color", new Color("#FF0000"));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DPluginTest.php472 $this->assertInstanceOf('Sabre\\DAV\\Xml\\Property\\Href', $prop);
477 $this->assertInstanceOf('Sabre\\DAV\\Xml\\Property\\Href', $prop);
482 $this->assertInstanceOf('Sabre\\DAV\\Xml\\Property\\Href', $prop);
487 $this->assertInstanceOf('Sabre\\CalDAV\\Xml\\Property\\EmailAddressSet', $prop);
504 $this->assertInstanceOf('\\Sabre\\DAV\\Xml\\Property\\SupportedReportSet', $prop);
529 $this->assertInstanceOf('\\Sabre\\DAV\\Xml\\Property\\SupportedReportSet', $prop);
556 $this->assertInstanceOf('\\Sabre\\DAV\\Xml\\Property\\SupportedReportSet', $prop);
H A DSharingPluginTest.php48 …$this->assertInstanceOf('Sabre\\CalDAV\\SharingPlugin', $this->server->getPlugin('caldav-sharing')…
71 …$this->assertInstanceOf('Sabre\\CalDAV\\Xml\\Property\\Invite', $props['{' . Plugin::NS_CALENDARSE…
72 …$this->assertInstanceOf('Sabre\\CalDAV\\Xml\\Property\\AllowedSharingModes', $props['{' . Plugin::…
83 …$this->assertInstanceOf('Sabre\\CalDAV\\Xml\\Property\\Invite', $props['{' . Plugin::NS_CALENDARSE…
84 …$this->assertInstanceOf('Sabre\\DAV\\Xml\\Property\\Href', $props['{' . Plugin::NS_CALENDARSERVER …
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DCollectionTest.php15 $this->assertInstanceOf('Sabre\\CalDAV\\Principal\\User', $r);
H A DUserTest.php50 $this->assertInstanceOf('Sabre\\CalDAV\\Principal\\ProxyRead', $child);
58 $this->assertInstanceOf('Sabre\\CalDAV\\Principal\\ProxyWrite', $child);
87 $this->assertInstanceOf('Sabre\\CalDAV\\Principal\\ProxyRead', $children[0]);
88 $this->assertInstanceOf('Sabre\\CalDAV\\Principal\\ProxyWrite', $children[1]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php82 $this->assertInstanceOf('\Sabre\VObject\ITip\Message', $message);
H A DInboxTest.php123 $this->assertInstanceOf('Sabre\CalDAV\Schedule\SchedulingObject', $inbox->getChildren()[0]);
151 $this->assertInstanceOf('Sabre\CalDAV\Schedule\SchedulingObject', $inbox->getChildren()[0]);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DAllowedSharingModesTest.php13 $this->assertInstanceOf('Sabre\CalDAV\Xml\Property\AllowedSharingModes', $sccs);
H A DInviteTest.php21 $this->assertInstanceOf('Sabre\CalDAV\Xml\Property\Invite', $sccs);
H A DSupportedCalendarDataTest.php13 $this->assertInstanceOf('Sabre\CalDAV\Xml\Property\SupportedCalendarData', $sccs);
H A DSupportedCollationSetTest.php13 $this->assertInstanceOf('Sabre\CalDAV\Xml\Property\SupportedCollationSet', $scs);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookHomeTest.php76 $this->assertInstanceOf('Sabre\\CardDAV\\AddressBook', $child);
94 $this->assertInstanceOf('Sabre\\CardDAV\\AddressBook', $children[0]);
H A DAddressBookRootTest.php27 $this->assertInstanceOf('Sabre\\CardDAV\\AddressBookHome', $children[0]);
H A DAddressBookTest.php41 $this->assertInstanceOf('Sabre\\CardDAV\\Card', $card);
H A DPluginTest.php81 $this->assertInstanceOf(
85 $this->assertInstanceOf(
H A DVCFExportTest.php40 …$this->assertInstanceOf('Sabre\\CardDAV\\VCFExportPlugin', $this->server->getPlugin('vcf-export'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Property/
H A DSupportedAddressDataTest.php13 $this->assertInstanceOf('Sabre\CardDAV\Xml\Property\SupportedAddressData', $property);
H A DSupportedCollationSetTest.php13 $this->assertInstanceOf('Sabre\CardDAV\Xml\Property\SupportedCollationSet', $property);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DApacheTest.php13 $this->assertInstanceOf('Sabre\DAV\Auth\Backend\Apache', $backend);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DBasicNodeTest.php134 $this->assertInstanceOf('Sabre\DAV\SimpleCollection', $dir);
H A DClientTest.php17 $this->assertInstanceOf('Sabre\DAV\ClientMock', $client);
H A DObjectTreeTest.php32 $this->assertInstanceOf('Sabre\\DAV\\FSExt\\Directory',$root);
39 $this->assertInstanceOf('Sabre\\DAV\\FSExt\\Directory',$root);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php18 $this->assertInstanceOf('Sabre\\DAV\\Locks\\Backend\\AbstractBackend', $backend);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
H A DPluginTest.php50 …$this->assertInstanceOf('SimpleXMLElement',$xml, 'Response was not a valid xml document. The list …

12345678