atoum / AtoumBundle

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

fix compatibility with atoum 2.4.* #89

Closed ektarum closed 8 years ago

ektarum commented 8 years ago

AtoumBundle make error with atoum 2.4.1

Fatal error: Call to a member function isRegex() on null in /home/vagrant/dev/portailsts/vendor/atoum/atoum/classes/test.php on line 801

This PR fix the bug.

FlorianLB commented 8 years ago

Thx !

fabdsp commented 8 years ago

@FlorianLB could you make a new release with this fix ?

FlorianLB commented 8 years ago

Done. https://github.com/atoum/AtoumBundle/releases/tag/1.3.0

fabdsp commented 8 years ago

@FlorianLB thx !!