Fix bootstrap.php for tests

This commit is contained in:
Daniel Mason 2019-06-02 22:21:42 +12:00
parent d702f498bf
commit 3b4d2e4c1f
6 changed files with 58 additions and 77 deletions

View file

@ -34,9 +34,15 @@ not exit with a status code as 0
* Has built in support for `setUp` and `tearDown` methods, called
pre and post jobs
On top of the original fork (chrisboulton/php-resque) I have added:
* Custom log levels
* PHP7.0+ compatibility
## Requirements ##
* PHP 7.0+ (May work with 5.6+, Untested)
* PHP 7.0+
* phpredis
* Redis 2.2+