Home
last modified time | relevance | path

Searched refs:assertInstanceOf (Results 151 – 175 of 190) sorted by path

12345678

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue50Test.php104 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DMissingOverriddenTest.php35 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DNoInstancesTest.php34 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php21 $this->assertInstanceOf('DateTimeZone', $tz);
H A DVCardConverterTest.php508 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php17 $this->assertInstanceOf('Sabre\\Xml\\Reader', $reader);
/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/s5reloaded/ui/effects_support/
H A Dunittest.js370 assertInstanceOf: function(expected, actual) { method in Test.Unit.Assertions
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php34 $this->assertInstanceOf('Psr\Log\LoggerInterface', $this->getLogger());
/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/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php26 $this->assertInstanceOf(__NAMESPACE__ . '\VAvailability', $document->VAVAILABILITY);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php25 $this->assertInstanceOf('Sabre\\VObject\\Component',$subcomponent);
44 $this->assertInstanceOf('Sabre\\VObject\\Component', $event);
98 $this->assertInstanceOf('Sabre\\VObject\\Property',$comp->MYPROP);
111 $this->assertInstanceOf('Sabre\\VObject\\Property',$comp->MYPROP);
121 $this->assertInstanceOf('Sabre\\VObject\\Property',$comp->ORG);
236 $this->assertInstanceOf('Sabre\\VObject\\Property', $bla);
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 DElementListTest.php24 $this->assertInstanceOf('Sabre\\VObject\\Component',$subcomponent);
H A DEmptyParameterTest.php21 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
H A DIssue26Test.php29 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DIssue36WorkAroundTest.php35 $this->assertInstanceOf('Sabre\\VObject\\Recur\EventIterator', $it);
H A DIssue64Test.php15 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $converted);
H A DIssue96Test.php19 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ICalendar/
H A DAttachParseTest.php25 $this->assertInstanceOf('Sabre\\VObject\\Property\\URI', $prop);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php74 $this->assertInstanceOf('DateTimeZone', $data['timezone']);
/plugin/webdavclient/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/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DFloatTest.php16 $this->assertInstanceOf('Sabre\VObject\Property\FloatValue', $result->{'X-FLOAT'});
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php195 $this->assertInstanceOf('DateTime', $dt);
208 $this->assertInstanceOf('DateTime', $dt);
218 $this->assertInstanceOf('DateTime', $dt);
231 $this->assertInstanceOf('DateTime', $dt);
241 $this->assertInstanceOf('DateTime', $dt);
254 $this->assertInstanceOf('DateTime', $dt);
288 $this->assertInstanceOf('DateTime', $dt);
316 $this->assertInstanceOf('DateTime', $dt);

12345678