| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | public function tearDown(SapphireTest $test) |
||
| 24 | { |
||
| 25 | Injector::inst()->registerService(new QueuedJobsTestHandler(), QueuedJobHandler::class); |
||
| 26 | Injector::inst()->registerService(new QueuedJobsTestService(), QueuedJobService::class); |
||
| 27 | Config::modify()->set(QueuedJobService::class, 'use_shutdown_function', false); |
||
| 28 | } |
||
| 38 |