public function testViewNoQuery2()
 {
     $this->testAction('/dane?q');
     MpAssertions::assertUrlSamePathAndQuery('/', $this->headers['Location']);
 }