| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class GenerateKeysBootstrapperTest extends TestCase |
||
| 12 | { |
||
| 13 | /** @var GenerateKeysBootstrapper */ |
||
| 14 | protected GenerateKeysBootstrapper $sut; |
||
| 15 | |||
| 16 | public function setUp(): void |
||
| 17 | { |
||
| 18 | $this->sut = new GenerateKeysBootstrapper(); |
||
| 19 | } |
||
| 20 | |||
| 21 | protected function tearDown(): void |
||
| 26 | } |
||
| 27 | |||
| 28 | public function testRegisterBindings() |
||
| 40 | } |
||
| 41 | } |
||
| 42 |