Home
last modified time | relevance | path

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

12345

/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DFileLocatorTest.php65 $this->assertSame('Metadata\Tests\Driver\Fixture\A\A', $xmlFiles[0]);
68 $this->assertSame('Metadata\Tests\Driver\Fixture\B\B', $ymlFiles[0]);
69 $this->assertSame('Metadata\Tests\Driver\Fixture\C\SubDir\C', $ymlFiles[1]);
70 $this->assertSame('Metadata\Tests\Driver\Fixture\D\D', $ymlFiles[2]);
H A DAbstractFileDriverTest.php48 $this->assertSame($metadata, $this->driver->loadMetadataForClass($class));
60 $this->assertSame(null, $this->driver->loadMetadataForClass($class));
72 $this->assertSame(['\stdClass'], $this->driver->getAllClassNames($class));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
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 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/phpunit/php-token-stream/tests/Token/
H A DIncludeTest.php31 $this->assertSame(
43 $this->assertSame(
60 $this->assertSame(
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']);
/plugin/pureldap/_test/
H A DADClient.test.php
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php88 …$this->assertSame('', twig_random(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterf…
89 …$this->assertSame('', twig_random(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterf…
92 …$this->assertSame($instance, twig_random(new Environment($this->getMockBuilder('\Twig\Loader\Loade…
142 $this->assertSame($expected, twig_escape_filter($twig, $string, $strategy));
168 $this->assertSame($expected, twig_first($twig, $input));
190 $this->assertSame($expected, twig_last($twig, $input));
211 $this->assertSame($expected, twig_get_array_keys_filter($input));
234 $this->assertSame($expected, twig_in_filter($value, $compare));
263 $this->assertSame($expected, twig_slice($twig, $input, $start, $length, $preserveKeys));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php71 $this->assertSame('foofoo', (string) $a);
73 $this->assertSame('', (string) $a);
74 $this->assertSame(0, $a->getSize());
82 $this->assertSame('', (string) $a);
108 $this->assertSame(0, $a->tell());
114 $this->assertSame(9, $a->tell());
153 $this->assertSame('', (string) $a);
H A DStreamTest.php116 $this->assertSame(ftell($handle), $stream->tell());
135 $this->assertSame($r, $stream->detach());
147 $this->assertSame('', (string) $stream);
148 $this->assertSame('', $stream->getContents());
192 $this->assertSame(file_get_contents(__FILE__), (string) $s);
206 $this->assertSame($s, Stream::factory($s));
/plugin/structacl/_test/
H A DConfigTest.php43 $this->assertSame($expected, $config);
59 $this->assertSame($expected, $config);
75 $this->assertSame($expected, $config);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DLexerTest.php38 $this->assertSame('§', $stream->expect(Token::NAME_TYPE)->getValue());
49 $this->assertSame('§', $stream->expect(Token::NAME_TYPE)->getValue());
91 $this->assertSame(1, $stream->expect(Token::TEXT_TYPE)->getLine());
93 $this->assertSame(10, $stream->expect(Token::TEXT_TYPE)->getLine());
95 $this->assertSame(11, $stream->expect(Token::VAR_START_TYPE)->getLine());
97 $this->assertSame(12, $stream->expect(Token::NAME_TYPE)->getLine());
111 $this->assertSame(1, $stream->expect(Token::TEXT_TYPE)->getLine());
113 $this->assertSame(10, $stream->expect(Token::VAR_START_TYPE)->getLine());
115 $this->assertSame(11, $stream->expect(Token::NAME_TYPE)->getLine());
/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/jplayer/vendor/symfony/process/Tests/
H A DProcessBuilderTest.php52 $this->assertSame($env, $proc->getEnv());
131 … $this->assertSame('""^%"path"^%"" "foo "" bar" ""^%"baz"^%"baz"', $proc->getCommandLine());
133 $this->assertSame("'%path%' 'foo \" bar' '%baz%baz'", $proc->getCommandLine());
144 $this->assertSame('""^%"prefix"^%"" arg', $proc->getCommandLine());
146 $this->assertSame("'%prefix%' 'arg'", $proc->getCommandLine());
/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/tests/Regression/GitHub/2137/
H A DIssue2137Test.php11 $this->assertSame($provided, $expected);
31 $this->assertSame($provided, $expected);
/plugin/aclplusregex/_test/
H A Dacl.test.php
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DClonedDependencyTest.php21 $this->assertSame(self::$dependency, $dependency);
29 $this->assertSame(self::$dependency, $dependency);
/plugin/top/_test/
H A DstartPages.test.php122 $this->assertSame($expected_list,$actual_list);
319 $this->assertSame($expected_list,$actual_list);
/plugin/publish/_test/
H A Dmail.test.php48 $this->assertSame(255,auth_quickaclcheck('foo'));
59 $this->assertSame($expected_revision, $actual_lastapproved_helper);
/plugin/yearbox/_test/
H A DSyntaxTest.php30 self::assertSame($expectedHTML, $actual_html);
44 self::assertSame($expectedHTML, $actual_html);
/plugin/move/_test/
H A Dlog.test.php25 $this->assertSame($expected_log, $actual_log);
43 $this->assertSame($expected_log, $actual_log);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php186 $this->assertSame('block from theme 1', $template->renderBlock('b1', []));
189 $this->assertSame('block from theme 2', $template->renderBlock('b2', []));
215 $this->assertSame('VALID Child', $template->renderBlock('body', []));
228 $this->assertSame('hello from phar', $loader->getSourceContext('hello.twig')->getCode());
/plugin/booking/_test/
H A Dhelper.test.php69 $this->assertSame(3, count($bookings));
80 $this->assertSame(2, count($bookings));
/plugin/simplemap/_test/
H A DSyntaxTest.php68 self::assertSame($expectedHTML, $mockRenderer->doc);
84 self::assertSame('', $mockRenderer->doc);

12345