Update composer

This commit is contained in:
Daniel Mason 2022-02-08 19:08:07 +13:00
parent 80d64e79ff
commit dd0bb8947f
16 changed files with 152 additions and 143 deletions

View file

@ -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()