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