Searched defs:expectedCount (Results 1 – 6 of 6) sorted by relevance
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/ |
H A D | InvokedCount.php | 26 protected $expectedCount; variable in PHPUnit_Framework_MockObject_Matcher_InvokedCount 31 public function __construct($expectedCount)
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
H A D | SameSize.php | 16 protected $expectedCount; variable in PHPUnit_Framework_Constraint_SameSize
|
H A D | Count.php | 16 protected $expectedCount = 0; variable in PHPUnit_Framework_Constraint_Count
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Prediction/ |
H A D | UnexpectedCallsCountException.php | 18 private $expectedCount; variable in Prophecy\\Exception\\Prediction\\UnexpectedCallsCountException
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
H A D | Functions.php | 146 function assertAttributeCount($expectedCount, $haystackAttributeName, $haystackClassOrObject, $mess… 334 function assertAttributeNotCount($expectedCount, $haystackAttributeName, $haystackClassOrObject, $m… 560 function assertCount($expectedCount, $haystack, $message = '') 992 function assertNotCount($expectedCount, $haystack, $message = '')
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 383 public static function assertCount($expectedCount, $haystack, $message = '') 411 …public static function assertAttributeCount($expectedCount, $haystackAttributeName, $haystackClass… 427 public static function assertNotCount($expectedCount, $haystack, $message = '') 455 …public static function assertAttributeNotCount($expectedCount, $haystackAttributeName, $haystackCl…
|