/home/techb158/ileadtechnology.com/vendor/mockery/mockery/library/Mockery
NameSizeModeActions
Adapter/-0755rm
CountValidator/-0755rm
Exception/-0755rm
Generator/-0755rm
Loader/-0755rm
Matcher/-0755rm
ClosureWrapper.php10180644editdlrm
CompositeExpectation.php40010644editdlrm
Configuration.php55980644editdlrm
Container.php160340644editdlrm
Exception.php7570644editdlrm
Expectation.php229080644editdlrm
ExpectationDirector.php57020644editdlrm
ExpectationInterface.php10870644editdlrm
ExpectsHigherOrderMessage.php10840644editdlrm
HigherOrderMessage.php13290644editdlrm
Instantiator.php49070644editdlrm
LegacyMockInterface.php61100644editdlrm
MethodCall.php10330644editdlrm
Mock.php285230644editdlrm
MockInterface.php12590644editdlrm
ReceivedMethodCalls.php13220644editdlrm
Reflector.php98680644editdlrm
Undefined.php11620644editdlrm
VerificationDirector.php31210644editdlrm
VerificationExpectation.php9580644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/mockery/mockery/library/Mockery/HigherOrderMessage.php (1329B)
mock = $mock; $this->method = $method; } /** * @return \Mockery\Expectation */ public function __call($method, $args) { if ($this->method === 'shouldNotHaveReceived') { return $this->mock->{$this->method}($method, $args); } $expectation = $this->mock->{$this->method}($method); return $expectation->withArgs($args); } }