public function testGetWebRoot()
 {
     $cacheManager = new CacheManager($this->getMockFilterConfiguration(), $this->getMockRouter(), $this->fixturesDir . '/assets');
     $this->assertEquals(str_replace('/', DIRECTORY_SEPARATOR, $this->fixturesDir . '/assets'), $cacheManager->getWebRoot());
 }