aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/blank.gif
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11761] Serve blank file locally in functional testAndy Chase2013-08-061-0/+0
Example.org no longer serves blank responses, failing functional tests. this patch creates a blank file and serve it locally during the test, instead of hitting the http://example.org servers kindly provided by IANA. PHPBB3-11761