/home/techb158/dev.balacoffee.com/vendor/mockery/mockery/library/Mockery/CountValidator
NameSizeModeActions
AtLeast.php14730644editdlrm
AtMost.php12730644editdlrm
CountValidatorAbstract.php13080644editdlrm
Exact.php14340644editdlrm
Exception.php4740644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/mockery/mockery/library/Mockery/CountValidator/AtMost.php (1273B)
_limit < $n) { $exception = new Mockery\Exception\InvalidCountException( 'Method ' . (string) $this->_expectation . ' from ' . $this->_expectation->getMock()->mockery_getName() . ' should be called' . PHP_EOL . ' at most ' . $this->_limit . ' times but called ' . $n . ' times.' ); $exception->setMock($this->_expectation->getMock()) ->setMethodName((string) $this->_expectation) ->setExpectedCountComparative('<=') ->setExpectedCount($this->_limit) ->setActualCount($n); throw $exception; } } }