Searched refs:assertAttributeNotSame (Results 1 – 4 of 4) sorted by relevance
/plugin/findologicxmlexport/vendor/jms/serializer/tests/ |
H A D | SerializerBuilderTest.php | 54 self::assertAttributeNotSame(null, 'cache', $factory);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
H A D | Functions.php | 419 function assertAttributeNotSame($expected, $actualAttributeName, $actualClassOrObject, $message = '… function
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | AssertTest.php | 2268 $this->assertAttributeNotSame('bar', 'publicAttribute', $obj); 2271 $this->assertAttributeNotSame('foo', 'publicAttribute', $obj);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 1432 …public static function assertAttributeNotSame($expected, $actualAttributeName, $actualClassOrObjec… function in PHPUnit_Framework_Assert
|