diff options
Diffstat (limited to 'apps/files_sharing/tests/api.php')
-rw-r--r-- | apps/files_sharing/tests/api.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_sharing/tests/api.php b/apps/files_sharing/tests/api.php index c7a848315ac..d9a21fa959b 100644 --- a/apps/files_sharing/tests/api.php +++ b/apps/files_sharing/tests/api.php @@ -907,6 +907,11 @@ class Test_Files_Sharing_Api extends Test_Files_Sharing_Base { * @brief dumnmy class to test protected methods */ class TestShareApi extends \OCA\Files\Share\Api { + + /** + * @param string $path + * @param string $folder + */ public function correctPathTest($path, $folder) { return self::correctPath($path, $folder); } |