Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | final class ServiceNotFoundExceptionTest extends TestCase |
||
15 | { |
||
16 | /** |
||
17 | * Assert that the class implements \Exception. |
||
18 | * |
||
19 | * @covers \Arp\LaminasFactory\Exception\ServiceNotFoundException |
||
20 | */ |
||
21 | public function testImplementsException(): void |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * Assert that the class implements the laminas ServiceNotFoundException. |
||
30 | * |
||
31 | * @covers \Arp\LaminasFactory\Exception\ServiceNotFoundException |
||
32 | */ |
||
33 | public function testImplementsLaminasServiceNotCreatedException(): void |
||
40 |