芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php
mockObject = $mock; return $this; } public function setMethodName($name) { $this->method = $name; return $this; } public function setActualOrder($count) { $this->actual = $count; return $this; } public function setExpectedOrder($count) { $this->expected = $count; return $this; } public function getMock() { return $this->mockObject; } public function getMethodName() { return $this->method; } public function getActualOrder() { return $this->actual; } public function getExpectedOrder() { return $this->expected; } public function getMockName() { return $this->getMock()->mockery_getName(); } }