We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0141166 commit d4c3f70Copy full SHA for d4c3f70
tests/acceptance/features/bootstrap/OccContext.php
@@ -1224,13 +1224,12 @@ public function theFollowingLocalStoragesShouldNotExist(TableNode $mountPoints)
1224
}
1225
1226
1227
-
1228
1229
/**
1230
* @When the administrator deletes folder :folder using occ command
1231
*
1232
* @param string $folder
1233
+ * @return void
1234
* @throws Exception
1235
*/
1236
public function administratorDeletesFolder($folder) {
@@ -1251,8 +1250,6 @@ public function administratorDeletesFolder($folder) {
1251
1250
unset($this->createdLocalStorage[$mount_id]);
1252
1253
1254
1255
1256
1257
* @When the administrator list the repair steps using the occ command
1258
0 commit comments