doctrine / DoctrineModule

Doctrine Module for Laminas
http://www.doctrine-project.org/projects/doctrine-module.html
MIT License
398 stars 270 forks source link

Prep for individual testing #839

Open TomHAnderson opened 1 month ago

TomHAnderson commented 1 month ago

Fixed deprecation warnings for phpunit. One FIXME was added: @CoversFunction needs to be reviewed. I'm cautious about these annotations as we may find better ways to unit test without specifying what they are covering.

Fixed __invoke declaration to be forward compatible. This was necessary so unit tests do not blow up instead of just failing.

Added Laminas Cache Storage Adapter Memory. Filesystem adapter is still not SM4 compatible.

Removed 8.0 from CI.