Home
last modified time | relevance | path

Searched refs:assertAttributeNotSame (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php54 self::assertAttributeNotSame(null, 'cache', $factory);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php419 function assertAttributeNotSame($expected, $actualAttributeName, $actualClassOrObject, $message = '… function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2268 $this->assertAttributeNotSame('bar', 'publicAttribute', $obj);
2271 $this->assertAttributeNotSame('foo', 'publicAttribute', $obj);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1432 …public static function assertAttributeNotSame($expected, $actualAttributeName, $actualClassOrObjec… function in PHPUnit_Framework_Assert