| Total Complexity | 4 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | final class EmailTest extends TestCase |
||
| 15 | { |
||
| 16 | use DifferentRuleInHandlerTestTrait; |
||
| 17 | use SkipOnErrorTestTrait; |
||
| 18 | use WhenTestTrait; |
||
| 19 | |||
| 20 | public function testGetName(): void |
||
| 24 | } |
||
| 25 | |||
| 26 | public function testSkipOnError(): void |
||
| 27 | { |
||
| 28 | $this->testSkipOnErrorInternal(new Email(), new Email(skipOnError: true)); |
||
| 29 | } |
||
| 30 | |||
| 31 | public function testWhen(): void |
||
| 35 | } |
||
| 36 | |||
| 37 | protected function getDifferentRuleInHandlerItems(): array |
||
| 40 | } |
||
| 41 | } |
||
| 42 |