Home
last modified time | relevance | path

Searched refs:assertAttributeNotContainsOnly (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php366 …public static function assertAttributeNotContainsOnly($type, $haystackAttributeName, $haystackClas… function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2118 $this->assertAttributeNotContainsOnly('integer', 'publicArray', $obj);
2121 $this->assertAttributeNotContainsOnly('string', 'publicArray', $obj);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php317 function assertAttributeNotContainsOnly($type, $haystackAttributeName, $haystackClassOrObject, $isN… function