Home
last modified time | relevance | path

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

12345

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php969 $this->assertSame($a, $b);
978 $this->assertSame($a, $b);
1736 $this->assertSame($o, $o);
1739 $this->assertSame(
1752 $this->assertSame(true, true);
1753 $this->assertSame(false, false);
1756 $this->assertSame(true, false);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php192 function assertSame($expected, $actual, $message = '') { function in PHPUnit_Assert
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDateTimeParserTest.php681 $this->assertSame(
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
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/Metadata/Driver/
H A DBaseDriverTest.php293 self::assertSame('int', $m->propertyMetadata['queryString']->type['name']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1211 function assertSame($expected, $actual, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1370 public static function assertSame($expected, $actual, $message = '') function in PHPUnit_Framework_Assert
1394 static::assertSame(

12345