Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DInvokedAtMostCount.php22 private $allowedInvocations; variable in PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount
25 * @param int $allowedInvocations
27 public function __construct($allowedInvocations) argument
29 $this->allowedInvocations = $allowedInvocations;
37 return 'invoked at most ' . $this->allowedInvocations . ' times';
50 if ($count > $this->allowedInvocations) {
52 'Expected invocation at most ' . $this->allowedInvocations .
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php1857 * @param int $allowedInvocations
1861 public static function atMost($allowedInvocations) argument
1864 $allowedInvocations