| Total Complexity | 4 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | #[TestSuite("JobTest")] |
||
| 15 | final class JobTest extends TestCase |
||
| 16 | { |
||
| 17 | public function assertSame(mixed $expected, mixed $actual): void |
||
| 18 | { |
||
| 19 | parent::assertSame($expected, $actual); |
||
| 20 | } |
||
| 21 | |||
| 22 | public function testResult(string $text, bool $success = true): void |
||
| 25 | } |
||
| 26 | |||
| 27 | public function testGetCallback(): void |
||
| 32 | } |
||
| 33 | |||
| 34 | protected function getJobs(): array |
||
| 46 |