Home
last modified time | relevance | path

Searched refs:assertSame (Results 76 – 100 of 108) sorted by relevance

12345

/plugin/ipban/_test/
H A Dcheck.test.php51 $this->assertSame(
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A DMultibyteTest.php16 $this->assertSame($expected, Multibyte::split($pattern, $subject, $limit, $flags));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
H A DSeekExceptionTest.php14 $this->assertSame($s, $e->getStream());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php317 $this->assertSame($ext1, $twig->getExtension('ext1'));
318 $this->assertSame($ext2, $twig->getExtension('ext2'));
328 $this->assertSame($ext, $twig->getExtension('Twig_Tests_EnvironmentTest_Extension'));
329 $this->assertSame($ext, $twig->getExtension('\Twig_Tests_EnvironmentTest_Extension'));
332 $this->assertSame($ext, $twig->getExtension('Twig\Tests\EnvironmentTest\Extension'));
/plugin/move/_test/
H A DaffectedPagesNs.test.php54 $this->assertSame('oldns:start',trim($affected_file[0]));
/plugin/yearbox/_test/
H A DpagenameStrategy.test.php70 $this->assertSame($expectedPageId, $actual_id, $msg);
/plugin/dw2pdf/_test/
H A DActionPagenameSortTest.php101 $this->assertSame($prepared, $input);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DArraySubsetTest.php24 $this->assertSame($expected, $constraint->evaluate($other, '', true));
/plugin/elasticsearch/_test/
H A Dacl.test.php134 $this->assertSame($expected, auth_aclcheck($page, $user, [$group]));
/plugin/jplayer/vendor/symfony/process/Tests/
H A DPhpProcessTest.php46 $this->assertSame(\PHP_VERSION.\PHP_SAPI, $process->getOutput());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DXMLTest.php88 $this->assertSame($expected, $actual);
/plugin/vshare/_test/
H A DSitesTest.php55 $this->assertSame(
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DArrayCollectionDepthTest.php36 self::assertSame('{"collection":[{"name":"lvl1","next":{"name":"lvl2"}}]}', $result);
H A DIteratorHandlerTest.php59 self::assertSame(self::DATA, $serialized);
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php195 … $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $message)));
209 … $this->assertSame(trim($exception), trim(sprintf('%s: %s', \get_class($e), $e->getMessage())));
/plugin/sqlite/_test/
H A DHelperTest.php254 $this->assertSame(0, $SqliteHelper->res2count(false));
262 $this->assertSame(0, $SqliteHelper->countChanges(false), 'Empty result');
/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/publish/_test/
H A Dmail.unit.test.php38 $this->assertSame($expected_apprejlink, $actual_apprejlink);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Type/
H A DParserTest.php27 self::assertSame(
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php140 …$this->assertSame($metadata, reset($factory->getMetadataForClass('Metadata\Tests\Fixtures\TestObje…
197 $this->assertSame([], $factory->getAllClassNames());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
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));
/plugin/captcha/_test/
H A DHelperTest.php
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php391 $this->assertSame(0, self::$testStatic);
572 $this->assertSame($expectedCwd, getcwd());
688 $this->assertSame($data, $test->myTestData);
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DDifferTest.php373 $this->assertSame($expected, $differ->diff($from, $to));

12345