Total Complexity | 3 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | #[CoversClass(Assert::class)] |
||
18 | final class ECPointTest extends TestCase |
||
19 | { |
||
20 | /** |
||
21 | * @param boolean $shouldPass |
||
22 | * @param string $ecPoint |
||
23 | */ |
||
24 | #[DataProvider('provideECPoint')] |
||
32 | } |
||
33 | } |
||
34 | |||
35 | |||
36 | /** |
||
37 | * @return array<string, array{0: bool, 1: string}> |
||
38 | */ |
||
39 | public static function provideECPoint(): array |
||
49 |