Searched refs:_case_metadata_touch_with_xxx_arguments (Results 1 – 1 of 1) sorted by relevance
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/ |
H A D | Wrapper.php | 178 public function _case_metadata_touch_with_xxx_arguments($arguments, $path, $time, $atime) function in Hoa\\Protocol\\Test\\Unit\\Wrapper 205 return $this->_case_metadata_touch_with_xxx_arguments([], 'foo', null, null); 210 return $this->_case_metadata_touch_with_xxx_arguments([42], 'foo', 42, null); 215 return $this->_case_metadata_touch_with_xxx_arguments([42, 777], 'foo', 42, 777);
|