Searched refs:assertAttributeSame (Results 1 – 5 of 5) sorted by relevance
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/ |
H A D | BaseSerializationTest.php | 721 self::assertAttributeSame(false, 'published', $deserialized); 722 self::assertAttributeSame(false, 'reviewed', $deserialized); 723 … self::assertAttributeSame('e86ce85cdb1253e4fc6352f5cf297248bceec62b', 'etag', $deserialized); 751 self::assertAttributeSame(false, 'published', $deserialized); 752 self::assertAttributeSame(false, 'reviewed', $deserialized); 963 self::assertAttributeSame(null, 'name', $object);
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/ |
H A D | SerializerBuilderTest.php | 53 self::assertAttributeSame(false, 'debug', $factory);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
H A D | Functions.php | 436 function assertAttributeSame($expected, $actualAttributeName, $actualClassOrObject, $message = '') function
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | AssertTest.php | 2253 $this->assertAttributeSame('foo', 'publicAttribute', $obj); 2256 $this->assertAttributeSame('bar', 'publicAttribute', $obj);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 1392 …public static function assertAttributeSame($expected, $actualAttributeName, $actualClassOrObject, … function in PHPUnit_Framework_Assert
|