mirror of
https://github.com/idanoo/php-resque
synced 2025-07-16 21:11:54 +00:00
Fix bootstrap.php for tests
This commit is contained in:
parent
d702f498bf
commit
3b4d2e4c1f
6 changed files with 58 additions and 77 deletions
|
@ -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+
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue