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