Home
last modified time | relevance | path

Searched refs:assertAttributeContains (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php161 …public static function assertAttributeContains($needle, $haystackAttributeName, $haystackClassOrOb… function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php111 function assertAttributeContains($needle, $haystackAttributeName, $haystackClassOrObject, $message … function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2073 $this->assertAttributeContains('foo', 'publicArray', $obj);
2076 $this->assertAttributeContains('bar', 'publicArray', $obj);
2133 $this->assertAttributeContains('bar', 'protectedArray', $obj);
2136 $this->assertAttributeContains('foo', 'protectedArray', $obj);
2163 $this->assertAttributeContains('baz', 'privateArray', $obj);
2166 $this->assertAttributeContains('foo', 'privateArray', $obj);
2193 $this->assertAttributeContains(true, 'privateArray', $obj);
2196 $this->assertAttributeContains(true, 'privateArray', $obj, '', false, true, true);