Skip to content

Commit f40f9a6

Browse files
committed
fixup: remove invalid test cases
Signed-off-by: Salvatore Martire <[email protected]>
1 parent dd52669 commit f40f9a6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/dav/tests/unit/Connector/Sabre/AddExtraHeadersPluginTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,9 @@ public static function afterPutData(): array {
3636
'owner and permissions present' => [
3737
'user', true, 'PERMISSIONS', true, 2
3838
],
39-
'owner id only' => [
40-
'user', true, null, false, 1
41-
],
4239
'permissions only' => [
4340
null, false, 'PERMISSIONS', true, 1
4441
],
45-
'no owner id and permissions present' => [
46-
null, false, null, false, 0
47-
]
4842
];
4943
}
5044

0 commit comments

Comments
 (0)