Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php declare(strict_types = 1); |
||
8 | final class PersonTest extends UnitTest |
||
9 | { |
||
10 | private const NAME = 'John Jones'; |
||
11 | private const EMAIL = '[email protected]'; |
||
12 | private const PASSWORD = 'foobar'; |
||
13 | |||
14 | public function test_it_can_be_registered() |
||
22 |