Searched refs:allowsReturnNull (Results 1 – 1 of 1) sorted by relevance
1031 $this->allowsReturnNull($method)1048 * @param bool $allowsReturnNull1052 …'', $callOriginalMethods = false, $static = false, $deprecation = false, $allowsReturnNull = false) argument1097 'return_type' => $allowsReturnNull ? '?' . $return_type : $return_type,1280 private function allowsReturnNull(ReflectionMethod $method) function in PHPUnit_Framework_MockObject_Generator