Home
last modified time | relevance | path

Searched defs:haystackClassOrObject (Results 1 – 2 of 2) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php161 …unction assertAttributeContains($needle, $haystackAttributeName, $haystackClassOrObject, $message …
230 …tion assertAttributeNotContains($needle, $haystackAttributeName, $haystackClassOrObject, $message …
311 …ction assertAttributeContainsOnly($type, $haystackAttributeName, $haystackClassOrObject, $isNative…
366 …on assertAttributeNotContainsOnly($type, $haystackAttributeName, $haystackClassOrObject, $isNative…
411 …ion assertAttributeCount($expectedCount, $haystackAttributeName, $haystackClassOrObject, $message …
455 … assertAttributeNotCount($expectedCount, $haystackAttributeName, $haystackClassOrObject, $message …
585 …public static function assertAttributeEmpty($haystackAttributeName, $haystackClassOrObject, $messa…
614 …public static function assertAttributeNotEmpty($haystackAttributeName, $haystackClassOrObject, $me…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php111 function assertAttributeContains($needle, $haystackAttributeName, $haystackClassOrObject, $message …
129 function assertAttributeContainsOnly($type, $haystackAttributeName, $haystackClassOrObject, $isNati…
146 function assertAttributeCount($expectedCount, $haystackAttributeName, $haystackClassOrObject, $mess…
162 function assertAttributeEmpty($haystackAttributeName, $haystackClassOrObject, $message = '')
298 function assertAttributeNotContains($needle, $haystackAttributeName, $haystackClassOrObject, $messa…
317 function assertAttributeNotContainsOnly($type, $haystackAttributeName, $haystackClassOrObject, $isN…
334 function assertAttributeNotCount($expectedCount, $haystackAttributeName, $haystackClassOrObject, $m…
350 function assertAttributeNotEmpty($haystackAttributeName, $haystackClassOrObject, $message = '')