Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public function reset(): DataResponse {
$query->delete('flow_operations')->executeStatement();
$query->delete('flow_operations_scope')->executeStatement();


try {
$tag = $this->systemTagManager->getTag('files_accesscontrol_intergrationtest', true, true);
$this->systemTagManager->deleteTags([$tag->getId()]);
Expand Down
1 change: 0 additions & 1 deletion tests/Integration/features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ public function theWebdavResponseShouldHaveAStatusCode(string $statusCode) {
}
}


#[Given('the following :appId app config is set')]
public function setAppConfig(string $appId, TableNode $formData): void {
$this->setCurrentUser('admin');
Expand Down
1 change: 0 additions & 1 deletion tests/Integration/features/bootstrap/WebDav.php
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,6 @@ public function userLoadsFileListOfTrashbin($user) {
$this->trashedFiles = array_keys($response);
}


/**
* @param string $user
* @param string $path
Expand Down
2 changes: 0 additions & 2 deletions tests/Unit/StorageWrapperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ public static function dataSinglePath(): array {
public function testSinglePath(string $method, string $path, bool $return, ?\Exception $expected): void {
$storage = $this->getInstance(['checkFileAccess']);


if (is_null($expected)) {
$storage->expects($this->once())
->method('checkFileAccess')
Expand Down Expand Up @@ -212,7 +211,6 @@ public function testFopenPermissionMapping(string $mode, int $expectedPermission
public function testSinglePathOverWritten(string $method, string $path, bool $return, ?\Exception $checkAccess, bool $expected): void {
$storage = $this->getInstance(['checkFileAccess']);


if ($checkAccess === null) {
$storage->expects($this->once())
->method('checkFileAccess')
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/csfixer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.89.2",
"nextcloud/coding-standard": "^1.4.0"
"nextcloud/coding-standard": "^1.5.0"
}
}
40 changes: 20 additions & 20 deletions vendor-bin/csfixer/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading