mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Require Redisent/Redis separately
This commit is contained in:
parent
6651f957f1
commit
e6464f4c79
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ require_once CWD . '/TestCase.php';
|
|||
// Include Resque
|
||||
require_once RESQUE_LIB . 'Resque.php';
|
||||
require_once RESQUE_LIB . 'Resque/Worker.php';
|
||||
require_once RESQUE_LIB . 'Resque/Redis.php';
|
||||
|
||||
// Attempt to start our own redis instance for tesitng.
|
||||
exec('which redis-server', $output, $returnVar);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue