/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/Exact.php (1434B)
_limit !== $n) { $because = $this->_expectation->getExceptionMessage(); $exception = new Mockery\Exception\InvalidCountException( 'Method ' . (string) $this->_expectation . ' from ' . $this->_expectation->getMock()->mockery_getName() . ' should be called' . PHP_EOL . ' exactly ' . $this->_limit . ' times but called ' . $n . ' times.' . ($because ? ' Because ' . $this->_expectation->getExceptionMessage() : '') ); $exception->setMock($this->_expectation->getMock()) ->setMethodName((string) $this->_expectation) ->setExpectedCountComparative('=') ->setExpectedCount($this->_limit) ->setActualCount($n); throw $exception; } } }