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