private function packageExpects($method, $value) { $this->package ->expects($this->any()) ->method($method) ->will($this->returnValue($value)); return $this; }