We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2700956 commit b31830cCopy full SHA for b31830c
test/Resque/Tests/JobTest.php
@@ -95,7 +95,7 @@ public function testRecreatedJobMatchesExistingJob()
95
96
$newJob = Resque_Job::reserve('jobs');
97
$this->assertEquals($job->payload['class'], $newJob->payload['class']);
98
- $this->assertEquals($job->payload['args'], $newJob->getArguments());
+ $this->assertEquals($job->getArguments(), $newJob->getArguments());
99
}
100
101
0 commit comments