/**
  * @test
  * @dataProvider variousUrlsDataProviderForCleanUrlsAreKeptTypo3InSubdirectory
  */
 public function cleanUrlsAreKeptTypo3InSubdirectory($url)
 {
     $this->testSitePath = '/subdir/';
     $this->setUpFakeSitePathAndHost();
     $this->setUpDatabaseMock();
     $this->assertEquals($url, $this->txFelogin->validateRedirectUrl($url));
 }