Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php230 …public static function assertAttributeNotContains($needle, $haystackAttributeName, $haystackClassO… function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php298 function assertAttributeNotContains($needle, $haystackAttributeName, $haystackClassOrObject, $messa… function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2103 $this->assertAttributeNotContains('bar', 'publicArray', $obj);
2106 $this->assertAttributeNotContains('foo', 'publicArray', $obj);
2148 $this->assertAttributeNotContains('foo', 'protectedArray', $obj);
2151 $this->assertAttributeNotContains('bar', 'protectedArray', $obj);
2178 $this->assertAttributeNotContains('foo', 'privateArray', $obj);
2181 $this->assertAttributeNotContains('baz', 'privateArray', $obj);
2208 $this->assertAttributeNotContains(true, 'privateArray', $obj, '', false, true, true);
2211 $this->assertAttributeNotContains(true, 'privateArray', $obj);