Home
last modified time | relevance | path

Searched refs:assertSame (Results 26 – 50 of 108) sorted by path

12345

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DArrayCollectionDepthTest.php36 self::assertSame('{"collection":[{"name":"lvl1","next":{"name":"lvl2"}}]}', $result);
H A DFormErrorHandlerTest.php71 self::assertSame('{}', $json);
81 self::assertSame(json_encode([
92 self::assertSame(json_encode([
120 …self::assertSame('{"children":{"url":{},"txt":{"errors":["This value is too short. It should have …
136 self::assertSame(json_encode([
H A DHandlerRegistryTest.php34 …self::assertSame($jsonSerializationHandler, $this->handlerRegistry->getHandler(GraphNavigatorInter…
35 …self::assertSame($jsonDeserializationHandler, $this->handlerRegistry->getHandler(GraphNavigatorInt…
36 …self::assertSame($xmlSerializationHandler, $this->handlerRegistry->getHandler(GraphNavigatorInterf…
37 …self::assertSame($xmlDeserializationHandler, $this->handlerRegistry->getHandler(GraphNavigatorInte…
H A DIteratorHandlerTest.php59 self::assertSame(self::DATA, $serialized);
H A DLazyHandlerRegistryTest.php44 …self::assertSame([$jsonSerializationHandler, 'handle'], $this->handlerRegistry->getHandler(GraphNa…
45 …self::assertSame([$jsonDeserializationHandler, 'handle'], $this->handlerRegistry->getHandler(Graph…
46 …self::assertSame([$xmlSerializationHandler, 'handle'], $this->handlerRegistry->getHandler(GraphNav…
47 …self::assertSame([$xmlDeserializationHandler, 'handle'], $this->handlerRegistry->getHandler(GraphN…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php293 self::assertSame('int', $m->propertyMetadata['queryString']->type['name']);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DArrayTest.php79 self::assertSame([], $result);
88 self::assertSame(['authors' => [[]]], $result);
H A DBaseSerializationTest.php159 self::assertSame([], $dObj->getEmpty());
394 …self::assertSame($boolean, $this->deserialize($this->getContent('boolean_' . $strBoolean), 'boolea…
408 self::assertSame($this->getContent($key), $this->serialize($value));
947 self::assertSame($deserialized, $col[0]->getParent());
948 self::assertSame($deserialized, $col[1]->getParent());
954 self::assertSame($deserialized, $col[0]->getParent());
955 self::assertSame($deserialized, $col[1]->getParent());
1470 self::assertSame($order, $deseralizedOrder);
1539 self::assertSame($expected, $this->serialize($collection));
H A DGraphNavigatorTest.php62 $self->assertSame($metadata, $passedMetadata);
63 $self->assertSame($context, $passedContext);
69 $self->assertSame($metadata->propertyMetadata['foo'], $propertyMetadata);
70 $self->assertSame($context, $passedContext);
H A DJsonSerializationTest.php159 self::assertSame($expected, $this->serialize($collection));
H A DXmlSerializationTest.php64 … self::assertSame($boolean, $this->deserialize('<result>' . $xmlBoolean . '</result>', 'boolean'));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php88 self::assertSame($author, $authorFetched);
115 self::assertSame($author, $authorFetched);
130 self::assertSame($author, $authorFetched);
148 self::assertSame($author, $authorFetched);
191 self::assertSame($author, $authorFetched);
209 static::assertSame(
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php145 self::assertSame('pre', $eventName);
146 self::assertSame('json', $format);
147 self::assertSame('Foo', $loweredClass);
159 self::assertSame('post', $eventName);
160 self::assertSame('xml', $format);
161 self::assertSame('Blah', $loweredClass);
243 Assert::assertSame($this->expected, $this->actual, $message);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriberTest.php125 self::assertSame(['name' => 'foo', 'params' => ['bar']], $event->getType());
135 self::assertSame(['name' => 'foo', 'params' => []], $event->getType());
146 self::assertSame(['name' => SimpleObject::class, 'params' => ['baz']], $event->getType());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Type/
H A DParserTest.php27 self::assertSame(
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php45 self::assertSame($this->builder, $this->builder->setCacheDir($this->tmpDir));
85 …self::assertSame($this->builder, $this->builder->configureHandlers(static function (HandlerRegistr…
97 self::assertSame(
122 self::assertSame(
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Twig/
H A DSerializerExtensionTest.php29 self::assertSame([$serializerExtension, 'serialize'], $filters[0]->getCallable());
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCodeCoverageTest.php65 $this->assertSame($filter, $coverage->filter());
102 $this->assertSame($filter, $coverage->filter());
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DClassTest.php163 $this->assertSame(5, $classes['Example']['methods']['even']['startLine']);
164 $this->assertSame(12, $classes['Example']['methods']['even']['endLine']);
166 $this->assertSame(7, $classes['Example']['methods']['anonymousFunction:7#28']['startLine']);
167 $this->assertSame(9, $classes['Example']['methods']['anonymousFunction:7#28']['endLine']);
H A DIncludeTest.php31 $this->assertSame(
43 $this->assertSame(
60 $this->assertSame(
H A DInterfaceTest.php120 $this->assertSame('Foo\\Bar', $package['namespace']);
145 $this->assertSame('TestClassInBar', $token->getName());
146 $this->assertSame('Foo\\Bar', $package['namespace']);
153 $this->assertSame('TestClassInBaz', $token->getName());
154 $this->assertSame('Foo\\Baz', $package['namespace']);
166 $this->assertSame('', $package['namespace']);
180 $this->assertSame('Baz', $token->getName());
181 $this->assertSame('Foo\\Bar', $package['namespace']);
187 $this->assertSame('Extender', $token->getName());
188 $this->assertSame('Other\\Space', $package['namespace']);
H A DNamespaceTest.php26 $this->assertSame('Foo\\Bar', $token->getName());
36 $this->assertSame(2, $token->getLine());
46 $this->assertSame(2, $token->getEndLine());
55 $this->assertSame(2, $token->getLine());
65 $this->assertSame(8, $token->getEndLine());
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Builder/
H A DInvocationMockerTest.php57 $this->assertSame(null, $mock->foo());
59 $this->assertSame('foo', $mock->foo());
61 $this->assertSame('bar', $mock->foo());
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Invocation/
H A DObjectTest.php28 $this->assertSame('FooClass', $invocation->className);
41 $this->assertSame('FooMethod', $invocation->methodName);
56 $this->assertSame($expectedObject, $invocation->object);
73 $this->assertSame($expectedParameters, $invocation->parameters);
106 $this->assertSame($expectedReturnType, $invocation->returnType);
H A DStaticTest.php26 $this->assertSame('FooClass', $invocation->className);
38 $this->assertSame('FooMethod', $invocation->methodName);
54 $this->assertSame($expectedParameters, $invocation->parameters);
85 $this->assertSame($expectedReturnType, $invocation->returnType);

12345