Finds calls by method name & arguments wildcard.
string $methodName:
ArgumentsWildcard $wildcard:
list<Call>
public function findProphecyMethodCalls($methodName, ArgumentsWildcard $wildcard) { return $this->callCenter ->findCalls($methodName, $wildcard); }