public function testGetWebPathReturnsPathRelativeToDocumentRoot()
 {
     File::setDocumentRoot(__DIR__);
     $this->assertEquals(__DIR__, File::getDocumentRoot());
     $this->assertEquals('/Fixtures/test.gif', $this->file->getWebPath());
 }