| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class InitStateMiddlewareTest extends SapphireTest |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @dataProvider isFrontendProvider |
||
| 13 | * @param string $url |
||
| 14 | * @param array $getVars |
||
| 15 | * @param string $expected |
||
| 16 | */ |
||
| 17 | public function testGetIsFrontend($url, $getVars, $expected) |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return array[] |
||
| 26 | */ |
||
| 27 | public function isFrontendProvider() |
||
| 41 |