Home
last modified time | relevance | path

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

12345678

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue36WorkAroundTest.php35 $this->assertInstanceOf('Sabre\\VObject\\Recur\\EventIterator', $it);
H A DIssue96Test.php19 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
H A DTimeZoneUtilTest.php21 $this->assertInstanceOf('DateTimeZone', $tz);
H A DVCardConverterTest.php508 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
H A DComponentTest.php24 $this->assertInstanceOf('Sabre\\VObject\\Component', $subcomponent);
43 $this->assertInstanceOf('Sabre\\VObject\\Component', $event);
97 $this->assertInstanceOf('Sabre\\VObject\\Property', $comp->MYPROP);
110 $this->assertInstanceOf('Sabre\\VObject\\Property', $comp->MYPROP);
120 $this->assertInstanceOf('Sabre\\VObject\\Property', $comp->ORG);
235 $this->assertInstanceOf('Sabre\\VObject\\Property', $bla);
H A DPropertyTest.php68 $this->assertInstanceOf('Sabre\\VObject\\Parameter', $property['paramname']);
89 $this->assertInstanceOf('Sabre\\VObject\\Parameter', $property['paramname']);
101 $this->assertInstanceOf('Sabre\\VObject\\Parameter', $property->parameters['PARAMNAME']);
H A DIssue64Test.php15 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $converted);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMissingOverriddenTest.php35 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DNoInstancesTest.php34 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DHandleRDateExpandTest.php38 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DFloatTest.php16 $this->assertInstanceOf('Sabre\VObject\Property\FloatValue', $result->{'X-FLOAT'});
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php207 $this->assertInstanceOf('DateTimeImmutable', $dt);
220 $this->assertInstanceOf('DateTimeImmutable', $dt);
230 $this->assertInstanceOf('DateTimeImmutable', $dt);
243 $this->assertInstanceOf('DateTimeInterface', $dt);
253 $this->assertInstanceOf('DateTimeImmutable', $dt);
266 $this->assertInstanceOf('DateTimeImmutable', $dt);
300 $this->assertInstanceOf('DateTimeImmutable', $dt);
328 $this->assertInstanceOf('DateTimeImmutable', $dt);
H A DRecurTest.php18 $this->assertInstanceOf('Sabre\VObject\Property\ICalendar\Recur', $recur);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php17 $this->assertInstanceOf('Sabre\\Xml\\Reader', $reader);
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js370 assertInstanceOf: function(expected, actual) { method in Test.Unit.Assertions

12345678