| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | final class NonPantherHttpBrowserTest extends TestCase |
||
| 12 | { |
||
| 13 | use HasBrowser; |
||
| 14 | |||
| 15 | protected function setUp(): void |
||
| 20 | } |
||
| 21 | |||
| 22 | protected function tearDown(): void |
||
| 23 | { |
||
| 24 | parent::tearDown(); |
||
| 25 | |||
| 26 | unset($_SERVER['HTTP_BROWSER_URI']); |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @test |
||
| 31 | */ |
||
| 32 | public function can_navigate_symfony_site(): void |
||
| 39 | ; |
||
| 40 | } |
||
| 42 |