Home
last modified time | relevance | path

Searched refs:assertInstanceOf (Results 176 – 190 of 190) sorted by relevance

12345678

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php508 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php506 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
/plugin/davcal/vendor/sabre/event/tests/
H A DEventEmitterTest.php10 $this->assertInstanceOf('Sabre\\Event\\EventEmitter', $ee);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php506 $this->assertInstanceOf('Sabre\\VObject\\Component\\VCard', $vcard);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php18 $this->assertInstanceOf('Sabre\\DAV\\Locks\\Backend\\AbstractBackend', $backend);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php589 $this->assertInstanceOf(Mockable::class, $mock);
590 $this->assertInstanceOf(PHPUnit_Framework_MockObject_MockObject::class, $mock);
H A DAssertTest.php3573 $this->assertInstanceOf('stdClass', new stdClass);
3576 $this->assertInstanceOf('Exception', new stdClass);
3589 $this->assertInstanceOf(null, new stdClass);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php79 self::assertInstanceOf(\DateTimeImmutable::class, $result);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DParserTest.php71 $this->assertInstanceOf('\Exception', $e, 'YAML files must not contain tabs');
556 …$this->assertInstanceOf('Symfony\Component\Yaml\Exception\ParseException', $e, 'charsets other tha…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php18 $this->assertInstanceOf('Sabre\VObject\Property\ICalendar\Recur', $recur);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php157 self::assertInstanceOf(ObjectWithTypedArraySetter::class, $dObj);
642 self::assertInstanceOf(get_class($value), $deserialized);
666 self::assertInstanceOf(get_class($value), $deserialized);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php414 …$this->assertInstanceOf('\Twig\Extension\ExtensionInterface', $twig->getExtension(\get_class($exte…
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js370 assertInstanceOf: function(expected, actual) { method in Test.Unit.Assertions
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php752 function assertInstanceOf($expected, $actual, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1448 public static function assertInstanceOf($expected, $actual, $message = '') function in PHPUnit_Framework_Assert
1471 static::assertInstanceOf(

12345678