Home
last modified time | relevance | path

Searched refs:assertSame (Results 51 – 75 of 108) sorted by relevance

12345

/plugin/publish/_test/
H A Dhelper.test.php47 $this->assertSame($helper->in_namespace($namespace_list,$id),$result,$msg);
80 $this->assertSame($helper->is_dir_valid($namespace_list,$id),$result,$msg);
/plugin/farmer/_test/
H A DgetUserLine.test.php
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DTestTest.php645 $this->assertSame(
667 $this->assertSame(
678 $this->assertSame(
689 $this->assertSame(
700 $this->assertSame(
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php72 $this->assertSame(0, $ret, 'lint:yaml exits with code 0 in case of success');
81 $this->assertSame(0, $ret, 'lint:yaml exits with code 0 in case of success');
90 $this->assertSame(1, $ret, 'lint:yaml exits with code 1 in case of error');
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAsyncReadStreamTest.php73 $this->assertSame($buffer, $a->stream);
118 $this->assertSame($b, $buffer);
152 $this->assertSame($buf, $buffer);
179 $this->assertSame($buf, $b);
H A DStreamDecoratorTraitTest.php57 $this->assertSame($this->b, $this->b->setSize(2));
114 $this->assertSame($this->b->getMetadata(), $this->a->getMetadata());
115 $this->assertSame($this->b->getMetadata('uri'), $this->a->getMetadata('uri'));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
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([
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DDriverChainTest.php23 … $this->assertSame($metadata, $chain->loadMetadataForClass(new \ReflectionClass('\stdClass')));
42 $this->assertSame(['Foo', 'Bar'], $chain->getAllClassNames());
/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DSMTPTest.php44 $this->assertSame($this->smtp, $result);
53 $this->assertSame($this->smtp, $result);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
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 DArrayTest.php79 self::assertSame([], $result);
88 self::assertSame(['authors' => [[]]], $result);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php77 $this->assertSame(file_get_contents($key), $content);
155 $this->assertSame(1234567890, $this->cache->getTimestamp($key));
161 $this->assertSame(0, $this->cache->getTimestamp($key));
/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/
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/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/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php626 $this->assertSame($expectedObject, $actualArguments[0]);
659 $this->assertSame(
684 $this->assertSame(
707 $this->assertSame(
719 $this->assertSame(
752 $this->assertSame(
775 $this->assertSame(
798 $this->assertSame(
1004 $this->assertSame('foo', (string) $mock);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DChainTest.php46 $this->assertSame('', $loader->getSourceContext('foo')->getPath());
49 $this->assertSame('', $loader->getSourceContext('errors/index.html')->getPath());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/503/
H A DIssue503Test.php6 $this->assertSame(
/plugin/findologicxmlexport/vendor/sebastian/exporter/tests/
H A DExporterTest.php297 $this->assertSame(
314 $this->assertSame(
/plugin/elwikiupgrade/_test/
H A Dversion.test.php36 $this->assertSame($expected, $plugin->dateFromVersion($version));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFileExtensionEscapingStrategyTest.php21 $this->assertSame($strategy, FileExtensionEscapingStrategy::guess($filename));
/plugin/reqlang/_test/
H A DParseacceptlangTest.php23 $this->assertSame($expect, $plugin->parseAcceptLang($header));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
H A DProfileTest.php67 $this->assertSame([$a, $b], $profile->getProfiles());
68 $this->assertSame([$a, $b], iterator_to_array($profile));
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessUtilsTest.php27 $this->assertSame($result, ProcessUtils::escapeArgument($argument));
/plugin/tablelayout/_test/
H A DbuildSyntaxFromJSON.test.php71 $this->assertSame($expected_syntax, $actual_syntax, $msg);

12345