mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Added basic logging class for a fallback
Corrected unit tests for new code Add partial unit coverage for logging class Add newline to logTest file
This commit is contained in:
parent
7aa9abdb2e
commit
726e58a297
8 changed files with 161 additions and 56 deletions
|
@ -17,6 +17,7 @@ class Resque_Tests_JobTest extends Resque_Tests_TestCase
|
|||
|
||||
// Register a worker to test with
|
||||
$this->worker = new Resque_Worker('jobs');
|
||||
$this->worker->setLogger(new Resque_Log());
|
||||
$this->worker->registerWorker();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue