| 1 | <?php |
||
| 13 | class InformationGuesserTest extends TestCase |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param RequestStack $requestStack |
||
| 17 | * |
||
| 18 | * @return InformationGuesser |
||
| 19 | */ |
||
| 20 | protected function guesser(RequestStack $requestStack) |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @test |
||
| 27 | */ |
||
| 28 | public function it_return_empty_array_if_no_master_request() |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @test |
||
| 39 | */ |
||
| 40 | public function it_return_array_with_ip_from_master_request() |
||
| 51 | } |
||
| 52 |