Home
last modified time | relevance | path

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

12345678

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php414 …$this->assertInstanceOf('\Twig\Extension\ExtensionInterface', $twig->getExtension(\get_class($exte…
H A DFactoryRuntimeLoaderTest.php20 $this->assertInstanceOf('stdClass', $loader->load('stdClass'));
H A DTemplateTest.php136 $this->assertInstanceOf('\Twig\Markup', $template->getAttribute($template1, 'string'));
139 $this->assertInstanceOf('\Twig\Markup', $template->getAttribute($template1, 'true'));
142 $this->assertInstanceOf('\Twig\Markup', $template->getAttribute($template1, 'zero'));
184 $this->assertInstanceOf('\Twig\Markup', $template->getAttribute($template1, 'string'));
187 $this->assertInstanceOf('\Twig\Markup', $template->getAttribute($template1, 'true'));
190 $this->assertInstanceOf('\Twig\Markup', $template->getAttribute($template1, 'zero'));
/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/phpunit/phpunit/tests/Regression/GitHub/2382/
H A DIssue2382Test.php11 $this->assertInstanceOf(\Exception::class, $test);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/
H A DObjectTest.php6 $this->assertInstanceOf(
H A DStaticTest.php6 $this->assertInstanceOf(
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php436 $this->assertInstanceOf(stdClass::class, $mock);
481 $this->assertInstanceOf(Traversable::class, $mock);
489 $this->assertInstanceOf(AnInterface::class, $mock);
490 $this->assertInstanceOf(AnotherInterface::class, $mock);
944 $this->assertInstanceOf(
966 $this->assertInstanceOf(
976 $this->assertInstanceOf(
H A DGeneratorTest.php59 $this->assertInstanceOf(InterfaceWithSemiReservedMethodName::class, $mock);
158 $this->assertInstanceOf('SingletonClass', $mock);
176 $this->assertInstanceOf(AnInterfaceWithReturnType::class, $stub);
177 $this->assertInstanceOf(AnInterface::class, $stub);
178 $this->assertInstanceOf(PHPUnit_Framework_MockObject_MockObject::class, $stub);
187 $this->assertInstanceOf($className, $mock);
/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php71 …$this->assertInstanceOf('\Twig\Sandbox\SecurityNotAllowedMethodError', $e, 'Exception should be an…
84 …$this->assertInstanceOf('\Twig\Sandbox\SecurityNotAllowedFilterError', $e, 'Exception should be an…
96 …$this->assertInstanceOf('\Twig\Sandbox\SecurityNotAllowedTagError', $e, 'Exception should be an in…
108 …$this->assertInstanceOf('\Twig\Sandbox\SecurityNotAllowedPropertyError', $e, 'Exception should be …
124 …$this->assertInstanceOf('\Twig\Sandbox\SecurityNotAllowedMethodError', $e, 'Exception should be an…
194 …$this->assertInstanceOf('\Twig\Sandbox\SecurityNotAllowedFunctionError', $e, 'Exception should be …
206 …$this->assertInstanceOf('\Twig\Sandbox\SecurityNotAllowedFunctionError', $e, 'Exception should be …
281 …$this->assertInstanceOf('\Twig\Sandbox\SecurityNotAllowedTagError', $e, 'Exception should be an in…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Twig/
H A DSerializerExtensionTest.php28 self::assertInstanceOf('Twig_SimpleFilter', $filters[0]);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php222 self::assertInstanceOf('JMS\Serializer\Tests\Fixtures\Author', $object->getAuthor());
230 self::assertInstanceOf('JMS\Serializer\Tests\Fixtures\Author', $object->getAuthor());
H A DXmlSerializationTest.php87 self::assertInstanceOf('stdClass', $object->getElement());
88 …self::assertInstanceOf('JMS\Serializer\Tests\Fixtures\AccessorSetterElement', $object->getElement(…
281 self::assertInstanceOf(ObjectWithXmlKeyValuePairsWithType::class, $result);
287 self::assertInstanceOf(ObjectWithXmlKeyValuePairsWithType::class, $result2);
296 self::assertInstanceOf(ObjectWithXmlKeyValuePairsWithObjectType::class, $result);
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/Loader/
H A DFilesystemTest.php156 $this->assertInstanceOf('\Twig\Error\LoaderError', $e);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php26 $this->assertInstanceOf('\Twig\Node\Expression\BlockReferenceExpression', $node);
38 $this->assertInstanceOf('\Twig\Node\Expression\ParentExpression', $node);
53 $this->assertInstanceOf('\Twig\Node\Expression\BlockReferenceExpression', $node);
/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(
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DFactoryTest.php75 $this->assertInstanceOf($expected, $actual);
94 $this->assertInstanceOf($expected, $actual);
113 $this->assertInstanceOf($expected, $actual);
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DChunkTest.php32 $this->assertInstanceOf('SebastianBergmann\Diff\Chunk', $this->chunk);
H A DLineTest.php32 $this->assertInstanceOf('SebastianBergmann\Diff\Line', $this->line);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Expression/
H A DExpressionEvaluatorTest.php32 self::assertInstanceOf(Expression::class, $parsed);
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php39 $this->assertInstanceOf('Metadata\ClassHierarchyMetadata', $metadata);
67 $this->assertInstanceOf('Metadata\MergeableClassMetadata', $metadata);
105 $this->assertInstanceOf('Metadata\MergeableClassMetadata', $subClassA);
109 $this->assertInstanceOf('Metadata\MergeableClassMetadata', $subClassB);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DNullDriverTest.php19 self::assertInstanceOf(ClassMetadata::class, $metadata);

12345678