Home
last modified time | relevance | path

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

12345678

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DContainerRuntimeLoaderTest.php27 $this->assertInstanceOf('stdClass', $loader->load('stdClass'));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DForTest.php37 $this->assertInstanceOf('\Twig\Node\IfNode', $node->getNode('body'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php752 function assertInstanceOf($expected, $actual, $message = '') function
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php720 $this->assertInstanceOf(TaggedValue::class, $value[0]);
729 $this->assertInstanceOf(TaggedValue::class, $value[0]);
738 $this->assertInstanceOf(TaggedValue::class, $value['foo']);
747 $this->assertInstanceOf(TaggedValue::class, $value['foo']);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php79 self::assertInstanceOf(\DateTimeImmutable::class, $result);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ICalendar/
H A DAttachParseTest.php25 $this->assertInstanceOf('Sabre\\VObject\\Property\\URI', $prop);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php14 $this->assertInstanceOf('Sabre\VObject\Property\ICalendar\Recur', $recur);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
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 DVCardConverterTest.php506 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
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 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 DIssue26Test.php29 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCalendar', $vcal);
H A DIssue64Test.php15 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $converted);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DByMonthInDailyTest.php39 $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);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php26 $this->assertInstanceOf(__NAMESPACE__ . '\VAvailability', $document->VAVAILABILITY);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTimezoneInParseEventInfoWithoutMasterTest.php74 $this->assertInstanceOf('DateTimeZone', $data['timezone']);
/plugin/davcard/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/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DFloatTest.php16 $this->assertInstanceOf('Sabre\VObject\Property\FloatValue', $result->{'X-FLOAT'});
/plugin/davcard/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);

12345678