Home
last modified time | relevance | path

Searched refs:haystackAttributeName (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
DFunctions.php104 * @param string $haystackAttributeName
111 function assertAttributeContains($needle, $haystackAttributeName, $haystackClassOrObject, $message … argument
124 * @param string $haystackAttributeName
129 function assertAttributeContainsOnly($type, $haystackAttributeName, $haystackClassOrObject, $isNati… argument
142 * @param string $haystackAttributeName
146 function assertAttributeCount($expectedCount, $haystackAttributeName, $haystackClassOrObject, $mess… argument
158 * @param string $haystackAttributeName
162 function assertAttributeEmpty($haystackAttributeName, $haystackClassOrObject, $message = '') argument
291 * @param string $haystackAttributeName
298 function assertAttributeNotContains($needle, $haystackAttributeName, $haystackClassOrObject, $messa… argument
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DAssert.php154 * @param string $haystackAttributeName
161 …public static function assertAttributeContains($needle, $haystackAttributeName, $haystackClassOrOb… argument
165 static::readAttribute($haystackClassOrObject, $haystackAttributeName),
223 * @param string $haystackAttributeName
230 …public static function assertAttributeNotContains($needle, $haystackAttributeName, $haystackClassO… argument
234 static::readAttribute($haystackClassOrObject, $haystackAttributeName),
306 * @param string $haystackAttributeName
311 …public static function assertAttributeContainsOnly($type, $haystackAttributeName, $haystackClassOr… argument
315 static::readAttribute($haystackClassOrObject, $haystackAttributeName),
361 * @param string $haystackAttributeName
[all …]