flightphp / core

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

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

Closed n0nag0n closed 8 months ago

n0nag0n commented 8 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.