Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | final class DateIntervalFactoryExceptionTest extends TestCase |
||
16 | { |
||
17 | /** |
||
18 | * Assert that the exception class implements \Exception. |
||
19 | * |
||
20 | * @covers \Arp\DateTime\Exception\DateIntervalFactoryException |
||
21 | */ |
||
22 | public function testImplementsException(): void |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Assert that the exception class implements DateTimeException. |
||
31 | * |
||
32 | * @covers \Arp\DateTime\Exception\DateIntervalFactoryException |
||
33 | */ |
||
34 | public function testImplementsDateTimeException(): void |
||
41 |