芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/dompdf/HigherOrderMessage.php
mock = $mock; $this->method = $method; } /** * @param string $method * @param array $args * * @return Expectation|ExpectationInterface|HigherOrderMessage */ 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); } }