1 | <?php |
||
9 | final class Sha1Test extends BaseUnitTestCase |
||
10 | { |
||
11 | /** |
||
12 | * @test |
||
13 | */ |
||
14 | public function itShouldReturnSha1(): void |
||
22 | |||
23 | public function invalidSha1Provider(): array |
||
31 | |||
32 | /** |
||
33 | * @test |
||
34 | * |
||
35 | * @dataProvider invalidSha1Provider |
||
36 | */ |
||
37 | public function itShouldThrowsException(string $data): void |
||
43 | } |
||
44 |