nextcloud/build/integration/features
Daniel Calviño Sánchez 28f2d0ec7a Make integration tests work with both PHP 7.3 and 7.4
The "Trashbin" and "WebDav" traits were using each other in a circular
dependency ("WebDav" -> "Sharing" -> "Provisioning" -> "BasicStructure"
-> "Trashbin" -> "WebDav"). In PHP 7.3 this worked fine, but in PHP 7.4
the fatal error "Trait 'WebDav' not found in .../Trashbin.php" was
thrown. To solve this now the "TrashBin" trait no longer explicitly uses
"WebDav".

However, due to this change, the class using "TrashBin" is now expected
to also use "WebDav". As the "Trashbin" trait was not needed by most
contexts using the "BasicStructure" trait "Trashbin" was removed from it
and added only to those contexts that actually need it.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-12-30 06:01:38 +01:00
..
bootstrap Make integration tests work with both PHP 7.3 and 7.4 2020-12-30 06:01:38 +01:00
auth.feature Make legacy DAV backend use the BearerAuth backend as well 2017-05-18 21:19:39 +02:00
avatar.feature Add integration tests for getting guest avatars 2020-12-07 04:48:00 +01:00
caldav.feature Don't list on public calendar endpoints 2017-04-05 22:43:05 +02:00
carddav.feature Change Content-Disposition Header 2020-09-05 11:46:25 -07:00
checksums.feature Checksum intergration test 2016-03-01 11:37:16 +01:00
comments-search.feature Accept incoming shares in integration tests 2019-11-20 15:47:11 +01:00
comments.feature Accept incoming shares in integration tests 2019-11-20 15:47:11 +01:00
dav-v2.feature Accept incoming shares in integration tests 2019-11-20 15:47:11 +01:00
download.feature Add integration tests for zip32/zip64 boundaries of number of files 2018-04-06 15:59:31 +02:00
external-storage.feature build: Fix some typos (most of them found by codespell) 2020-06-06 13:03:00 +02:00
favorites.feature Accept incoming shares in integration tests 2019-11-20 15:47:11 +01:00
maintenance-mode.feature Clear opcode cache after config change 2017-04-11 18:57:40 +02:00
ocs-v1.feature Add basic osc intergration tests 2016-09-07 13:04:21 +02:00
provisioning-v1.feature Unit tests for searching by phone number 2020-12-07 14:19:38 +01:00
provisioning-v2.feature Add integration tests for search in groups 2020-08-05 14:14:06 +02:00
ratelimiting.feature Add support for ratelimiting via annotations 2017-04-13 12:00:16 +02:00
tags.feature Accept incoming shares in integration tests 2019-11-20 15:47:11 +01:00
transfer-ownership.feature Fix the expected output 2020-10-27 09:11:36 +01:00
trashbin.feature more trashbin integration tests 2018-09-20 17:03:53 +02:00
webdav-related.feature build: Fix some typos (most of them found by codespell) 2020-06-06 13:03:00 +02:00