Completed
Pull Request — stable8.2 (#26418)
by
unknown
55:01
created
tests/lib/connector/sabre/quotaplugin.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -93,6 +93,9 @@  discard block
 block discarded – undo
93 93
 		];
94 94
 	}
95 95
 
96
+	/**
97
+	 * @return OC\Files\View
98
+	 */
96 99
 	private function buildFileViewMock($quota) {
97 100
 		// mock filesysten
98 101
 		$view = $this->getMock('\OC\Files\View', array('free_space'), array(), '', false);
@@ -175,6 +178,9 @@  discard block
 block discarded – undo
175 178
 		$this->plugin->checkQuota('/sub/test.txt-chunking-12345-3-1');
176 179
 	}
177 180
 
181
+	/**
182
+	 * @return OC\Files\View
183
+	 */
178 184
 	private function buildFileViewMock($quota, $checkedPath) {
179 185
 		// mock file systen
180 186
 		$view = $this->getMockBuilder('\OC\Files\View')
Please login to merge, or discard this patch.