Payum / PayumBundle

Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.
https://payum.forma-pro.com/
MIT License
565 stars 143 forks source link

Fixed compliance with psr-4 autoloading standard for test classes #516

Closed encreinformatique closed 3 years ago

encreinformatique commented 3 years ago

Without compliance with psr-4, it will not autoload anymore in Composer v2.0. It currently displays a warning message with composer ^1.10.

Maybe consider not exporting the tests files. /Tests export-ignore

pierredup commented 3 years ago

Thank you @encreinformatique