Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class SecretGeneratorReadyTest extends TestCase |
||
12 | { |
||
13 | /** @var SecretGeneratorReady - System Under Test */ |
||
14 | protected SecretGeneratorReady $sut; |
||
15 | |||
16 | /** @var SecretGenerator|MockObject */ |
||
17 | protected $secretGeneratorMock; |
||
18 | |||
19 | public function setUp(): void |
||
26 | } |
||
27 | |||
28 | public function testGetSecretGenerator(): void |
||
35 |