We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class PageViewProxyDisabledTest extends FunctionalTestCase |
||
| 9 | { |
||
| 10 | protected $disableJsonWrappedResponse = true; |
||
| 11 | |||
| 12 | protected function queryProxy(array $query, string $method = 'GET') |
||
| 18 | ]); |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @test |
||
| 23 | */ |
||
| 24 | public function cannotAccessPageWhenProxyIsDisabled(): void |
||
| 37 |