doctrine / DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
MIT License
382 stars 230 forks source link

Remove phpunit deprecations #676

Closed franmomu closed 3 years ago

franmomu commented 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.

alcaeus commented 3 years ago

Ignoring PHPUnit failures for now, I'll fix those when taking care of the cache deprecations in #675.

alcaeus commented 3 years ago

Thanks @franmomu!