Home
last modified time | relevance | path

Searched refs:assertInstanceOf (Results 1 – 25 of 190) sorted by last modified time

12345678

/plugin/sqlite/_test/
H A DSQLiteDBTest.php36 $this->assertInstanceOf(\PDO::class, $db->getPdo());
45 $this->assertInstanceOf(\PDOStatement::class, $stmt);
/plugin/structtasks/_test/
H A DCliTest.php59 $this->assertInstanceOf(TodayNotifier::class, $n[0]);
60 $this->assertInstanceOf(ReminderNotifier::class, $n[1]);
62 $this->assertInstanceOf(OverdueNotifier::class, $n[2]);
66 $this->assertInstanceOf(TodayNotifier::class, $n[0]);
67 $this->assertInstanceOf(OverdueNotifier::class, $n[1]);
71 $this->assertInstanceOf(ReminderNotifier::class, $n[0]);
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php35 $this->assertInstanceOf('Psr\Log\LoggerInterface', $this->getLogger());
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php34 $this->assertInstanceOf('Psr\Log\LoggerInterface', $this->getLogger());
/plugin/ifauthex/_test/
H A Dgeneral.test.php166 $this->assertInstanceOf(\AST\UnknownTokenException::class, $exc);
179 $this->assertInstanceOf(\AST\UnmatchedWrapperException::class, $exc);
193 $this->assertInstanceOf(\AST\NotEnoughArgumentsException::class, $exc);
209 $this->assertInstanceOf(\AST\MalformedExpressionException::class, $exc);
/plugin/barcodes/tests/
H A DColorTest.php27 self::assertInstanceOf("DokuWiki\Barcodes\Color", new Color("#FF0000"));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamTest.php176 $this->assertInstanceOf('GuzzleHttp\Stream\Stream', $stream);
184 $this->assertInstanceOf('GuzzleHttp\Stream\Stream', $s);
191 $this->assertInstanceOf('GuzzleHttp\Stream\Stream', $s);
199 $this->assertInstanceOf('GuzzleHttp\Stream\Stream', $s);
232 $this->assertInstanceOf('GuzzleHttp\Stream\PumpStream', $p);
H A DAsyncReadStreamTest.php144 $this->assertInstanceOf('GuzzleHttp\Stream\BufferStream', $buffer);
145 $this->assertInstanceOf('GuzzleHttp\Stream\AsyncReadStream', $async);
153 $this->assertInstanceOf('GuzzleHttp\Stream\AsyncReadStream', $async);
159 $this->assertInstanceOf('GuzzleHttp\Stream\NullStream', $buffer);
160 $this->assertInstanceOf('GuzzleHttp\Stream\AsyncReadStream', $async);
166 $this->assertInstanceOf('GuzzleHttp\Stream\DroppingStream', $buffer);
167 $this->assertInstanceOf('GuzzleHttp\Stream\AsyncReadStream', $async);
184 $this->assertInstanceOf('GuzzleHttp\Stream\FnStream', $buffer);
185 $this->assertInstanceOf('GuzzleHttp\Stream\AsyncReadStream', $async);
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php35 $this->assertInstanceOf('Psr\Log\LoggerInterface', $this->getLogger());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php82 $this->assertInstanceOf('Sabre\\DAV\\Exception\\NotFound', $this->exception);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DHrefTest.php58 $this->assertInstanceOf('Sabre\\DAV\\Xml\\Property\\Href', $href);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DSupportedPrivilegeSetTest.php16 $this->assertInstanceOf('Sabre\DAVACL\Xml\Property\SupportedPrivilegeSet', $prop);
/plugin/davcal/vendor/sabre/event/tests/
H A DEventEmitterTest.php10 $this->assertInstanceOf('Sabre\\Event\\EventEmitter', $ee);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php26 $this->assertInstanceOf(__NAMESPACE__ . '\VAvailability', $document->VAVAILABILITY);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php27 $this->assertInstanceOf('Sabre\VObject\Component\VEvent', $event);
31 $this->assertInstanceOf('Sabre\VObject\Property', $prop);
50 $this->assertInstanceOf('Sabre\VObject\Component\VEvent', $event);
53 $this->assertInstanceOf('Sabre\VObject\Property\Text', $event);
H A DEmptyParameterTest.php21 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
H A DIssue26Test.php29 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DIssue96Test.php19 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
H A DPropertyTest.php69 $this->assertInstanceOf('Sabre\\VObject\\Parameter',$property['paramname']);
90 $this->assertInstanceOf('Sabre\\VObject\\Parameter',$property['paramname']);
102 $this->assertInstanceOf('Sabre\\VObject\\Parameter', $property->parameters['PARAMNAME']);
H A DReaderTest.php13 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
28 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
40 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
52 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
86 $this->assertInstanceOf('Sabre\\VObject\\Property', $result);
98 $this->assertInstanceOf('Sabre\\VObject\\Property', $result);
148 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
170 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
189 $this->assertInstanceOf('Sabre\\VObject\\Property', $result);
205 $this->assertInstanceOf('Sabre\\VObject\\Property', $result);
[all …]
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageTest.php10 $this->assertInstanceOf('Sabre\HTTP\Message', $message);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ICalendar/
H A DAttachParseTest.php25 $this->assertInstanceOf('Sabre\\VObject\\Property\\URI', $prop);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php16 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
28 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
40 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
53 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php14 $this->assertInstanceOf('Sabre\VObject\Property\ICalendar\Recur', $recur);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DByMonthInDailyTest.php39 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);

12345678