Searched refs:allowedInvocations (Results 1 – 2 of 2) sorted by relevance
22 private $allowedInvocations; variable in PHPUnit_Framework_MockObject_Matcher_InvokedAtMostCount25 * @param int $allowedInvocations27 public function __construct($allowedInvocations) argument29 $this->allowedInvocations = $allowedInvocations;37 return 'invoked at most ' . $this->allowedInvocations . ' times';50 if ($count > $this->allowedInvocations) {52 'Expected invocation at most ' . $this->allowedInvocations .
1857 * @param int $allowedInvocations1861 public static function atMost($allowedInvocations) argument1864 $allowedInvocations