liip / LiipFunctionalTestBundle

Some helper classes for writing functional tests in Symfony
http://liip.ch
MIT License
639 stars 182 forks source link

1.x: Allow PHPUnit 7, remove PHP 5.6 support #508

Closed alexislefebvre closed 5 years ago

alexislefebvre commented 5 years ago

See #507

The void return type is required for compatibility with PHPUnit 7, so PHP 7.1 is required.

corphi commented 5 years ago

It works. :+1: