mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
when testing job recreation, compare the results of ->getArguments()
This commit is contained in:
parent
2700956e73
commit
b31830c0bf
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class Resque_Tests_JobTest extends Resque_Tests_TestCase
|
|||
|
||||
$newJob = Resque_Job::reserve('jobs');
|
||||
$this->assertEquals($job->payload['class'], $newJob->payload['class']);
|
||||
$this->assertEquals($job->payload['args'], $newJob->getArguments());
|
||||
$this->assertEquals($job->getArguments(), $newJob->getArguments());
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue