| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class EnvironmentWarningBootstrapperTest extends TestCase |
||
| 13 | { |
||
| 14 | /** @var EnvironmentWarningBootstrapper */ |
||
| 15 | protected EnvironmentWarningBootstrapper $sut; |
||
| 16 | |||
| 17 | public function setUp(): void |
||
| 20 | } |
||
| 21 | |||
| 22 | protected function tearDown(): void |
||
| 25 | } |
||
| 26 | |||
| 27 | public function testRegisterBindings() |
||
| 42 |