Closed franmomu closed 3 years ago
There are some warnings about the deprecated assertFileNotExists method and a risky one about a test marked as @doesNotPerformAssertions but it actually performs an assertion.
assertFileNotExists
@doesNotPerformAssertions
Ignoring PHPUnit failures for now, I'll fix those when taking care of the cache deprecations in #675.
Thanks @franmomu!
There are some warnings about the deprecated
assertFileNotExists
method and a risky one about a test marked as@doesNotPerformAssertions
but it actually performs an assertion.