mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
Update composer
This commit is contained in:
parent
80d64e79ff
commit
dd0bb8947f
16 changed files with 152 additions and 143 deletions
|
@ -45,7 +45,6 @@ class TestJob
|
|||
|
||||
class FailingJobException extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
class FailingJob
|
||||
|
@ -58,7 +57,6 @@ class FailingJob
|
|||
|
||||
class TestJobWithoutPerformMethod
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
class TestJobWithSetUp
|
||||
|
@ -73,7 +71,6 @@ class TestJobWithSetUp
|
|||
|
||||
public function perform()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -85,7 +82,6 @@ class TestJobWithTearDown
|
|||
|
||||
public function perform()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function tearDown()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue