Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | use ElevenLabs\Api\Service\Exception\ApiServiceError; |
||
8 | use ElevenLabs\Api\Service\Exception\ConstraintViolations; |
||
9 | use ElevenLabs\Api\Validator\ConstraintViolation; |
||
10 | use PHPUnit\Framework\MockObject\MockObject; |
||
11 | use PHPUnit\Framework\TestCase; |
||
12 | |||
13 | /** |
||
14 | * Class ConstraintViolationsTest. |
||
15 | */ |
||
16 | class ConstraintViolationsTest extends TestCase |
||
17 | { |
||
18 | /** @test */ |
||
19 | public function itShouldExtendApiServiceError() |
||
24 | } |
||
25 | |||
41 |