/** * @param string|null $path * * @return array */ protected function _getAcl($path = null) { $path = Plugin::path('TinyAuth') . 'tests' . DS . 'test_files' . DS; return parent::_getAcl($path); }
/** * @param string $path * * @return array */ protected function _getAcl($path = TMP) { return parent::_getAcl($path); }