Home
last modified time | relevance | path

Searched refs:assertInstanceOf (Results 76 – 100 of 190) sorted by last modified time

12345678

/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/
H A DIssue64Test.php15 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $converted);
H A DElementListTest.php24 $this->assertInstanceOf('Sabre\\VObject\\Component',$subcomponent);
H A DIssue26Test.php29 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DIssue36WorkAroundTest.php35 $this->assertInstanceOf('Sabre\\VObject\\Recur\EventIterator', $it);
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 …]
H A DTimeZoneUtilTest.php21 $this->assertInstanceOf('DateTimeZone', $tz);
H A DVCardConverterTest.php506 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
/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);
H A DRecurTest.php14 $this->assertInstanceOf('Sabre\VObject\Property\ICalendar\Recur', $recur);
/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/Recur/EventIterator/
H A DIssue48Test.php31 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DIssue50Test.php105 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DByMonthInDailyTest.php39 $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 DIncorrectExpandTest.php36 $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/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/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/yuriigantt/_test/Drivers/
H A Dembedded.test.php55 $this->assertInstanceOf(stdClass::class, $instructions[1][1][1]);

12345678