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