atoum / AtoumBundle

This bundle provides a simple integration of atoum into Symfony 2.
MIT License
45 stars 25 forks source link

Allow the bundle to use atoum 3.x to be compatible with PHP 7.1 #107

Closed jdecool closed 7 years ago

jdecool commented 7 years ago

Atoum core just release a 3.0 pre-version and I have some project that using this bundle for functional testing. Actually, I can test it with PHP 7.1.

Atoum doesn't have BC between the branch 2.x and 3.x.

So, we can allow the bundle to use one of these versions to add compatibility with PHP 7.1