Home
last modified time | relevance | path

Searched refs:assertInstanceOf (Results 151 – 175 of 190) sorted by last modified time

12345678

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php31 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DBySetPosHangTest.php34 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DExpandFloatingTimesTest.php27 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
82 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DIssue50Test.php105 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DNoInstancesTest.php34 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
/plugin/davcard/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);
/plugin/davcard/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 DEmptyParameterTest.php21 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DAvailableTest.php24 $this->assertInstanceOf(__NAMESPACE__ . '\Available', $document->AVAILABLE);
H A DVAvailabilityTest.php26 $this->assertInstanceOf(__NAMESPACE__ . '\VAvailability', $document->VAVAILABILITY);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ICalendar/
H A DAttachParseTest.php25 $this->assertInstanceOf('Sabre\\VObject\\Property\\URI', $prop);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php13 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
29 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
41 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
53 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
87 $this->assertInstanceOf('Sabre\\VObject\\Property', $result);
99 $this->assertInstanceOf('Sabre\\VObject\\Property', $result);
149 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
171 $this->assertInstanceOf('Sabre\\VObject\\Component', $result);
190 $this->assertInstanceOf('Sabre\\VObject\\Property', $result);
206 $this->assertInstanceOf('Sabre\\VObject\\Property', $result);
[all …]
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', $prop);
70 $this->assertInstanceOf('Sabre\VObject\Component\VEvent', $event);
H A DElementListTest.php24 $this->assertInstanceOf('Sabre\\VObject\\Component', $subcomponent);
H A DEmptyParameterTest.php21 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DByMonthInDailyTest.php38 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DBySetPosHangTest.php33 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DExpandFloatingTimesTest.php28 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
80 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DIncorrectExpandTest.php36 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DIssue26Test.php28 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DIssue48Test.php30 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DIssue50Test.php104 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
/plugin/icalevents/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/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DLanguageTagTest.php16 $this->assertInstanceOf('Sabre\VObject\Property\VCard\LanguageTag', $result->LANG);
34 $this->assertInstanceOf('Sabre\VObject\Property\VCard\LanguageTag', $result->LANG);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php74 $this->assertInstanceOf('DateTimeZone', $data['timezone']);

12345678