flightphp / core

An extensible micro-framework for PHP
https://docs.flightphp.com
MIT License
2.6k stars 407 forks source link

phpunit fixes for deprecated notices. Also Collection reset removal #560

Closed n0nag0n closed 3 months ago

n0nag0n commented 3 months ago

There's some deprecated notices that snuck through this. There also some issues with resetting a Collection so I removed the hack cause php8.1 didn't like it.