schmittjoh / JMSJobQueueBundle

Run and Schedule Symfony Console Commands as Background Jobs
http://jmsyst.com/bundles/JMSJobQueueBundle
335 stars 254 forks source link

Test with PHP 5.5 fails due to PHPUnit requirements #163

Closed Aerendir closed 7 years ago

Aerendir commented 7 years ago

PHPUnit requires some dependencies that require at least PHP 5.6. This breaks the testing with PHP 5.5.

May be is appropriate to remove the test, or not?