end_to_end_encryption icon indicating copy to clipboard operation
end_to_end_encryption copied to clipboard

The at() matcher has been deprecated. It will be removed in PHPUnit 10.

Open nickvergessen opened this issue 4 years ago • 0 comments

  1. OCA\EndToEndEncryption\Tests\Unit\BackgroundJob\RollbackBackgroundJobTest::testRun with data set #0 ('no', false, -1, -1) The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked.

There are a lot of such warnings

nickvergessen avatar Apr 22 '21 08:04 nickvergessen

Fix is here: https://github.com/nextcloud/end_to_end_encryption/pull/319

CarlSchwan avatar Aug 29 '22 12:08 CarlSchwan