Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class UrlFixerBootstrapperTest extends TestCase |
||
14 | { |
||
15 | /** @var UrlFixerBootstrapper - System Under Test */ |
||
16 | protected UrlFixerBootstrapper $sut; |
||
17 | |||
18 | public function setUp(): void |
||
23 | } |
||
24 | |||
25 | public function tearDown(): void |
||
26 | { |
||
27 | Environment::unsetVar(Env::MEDIA_BASE_URL); |
||
28 | } |
||
29 | |||
30 | public function testRegisterBindings(): void |
||
38 | } |
||
39 | } |
||
40 |