Skip to content

Commit e6464f4

Browse files
author
Chris Boulton
committed
Require Redisent/Redis separately
1 parent 6651f95 commit e6464f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Resque/Tests/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// Include Resque
2222
require_once RESQUE_LIB . 'Resque.php';
2323
require_once RESQUE_LIB . 'Resque/Worker.php';
24+
require_once RESQUE_LIB . 'Resque/Redis.php';
2425

2526
// Attempt to start our own redis instance for tesitng.
2627
exec('which redis-server', $output, $returnVar);

0 commit comments

Comments
 (0)