Home
last modified time | relevance | path

Searched refs:assertAttributeSame (Results 1 – 5 of 5) sorted by path

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php721 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 DSerializerBuilderTest.php53 self::assertAttributeSame(false, 'debug', $factory);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1392 …public static function assertAttributeSame($expected, $actualAttributeName, $actualClassOrObject, … function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php436 function assertAttributeSame($expected, $actualAttributeName, $actualClassOrObject, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2253 $this->assertAttributeSame('foo', 'publicAttribute', $obj);
2256 $this->assertAttributeSame('bar', 'publicAttribute', $obj);