This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/HttpFoundation/File
Fabien Potencier aa3ec504ae removed File::getWebPath()
This has been removed for several reasons:

* the framework does not know where the document root is and should not care
* as the document root was static, it was impossible to have several document roots depending on some business rules (see next one)
* sometimes, the document root is not under the web root directory (so the logic of getWebPath() is not always correct)
* the feature was not used anywhere in the core
2011-04-27 06:49:05 +02:00
..
Fixtures [HttpFoundation] File/UploadedFile, MimeTest, Exception full coverage 2011-02-06 21:53:36 +01:00
MimeType [HttpFoundation][Windows] Fixed guesser tests if Fileinfo extension is not loaded 2011-03-29 14:32:17 +00:00
FileTest.php removed File::getWebPath() 2011-04-27 06:49:05 +02:00
UploadedFileTest.php [HttpFoundation][Windows] Fixed guesser tests if Fileinfo extension is not loaded 2011-03-29 14:32:17 +00:00