aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fileupload_remote_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12918] Load class fileupload in fileupload_remote_test.php.Andreas Fischer2014-08-071-0/+2
| | | | PHPBB3-12918
* [ticket/11528] Move parent::tearDown() to end of tearDown()Dhruv2014-06-231-2/+2
| | | | PHPBB3-11528
* [ticket/11528] Call parent::tearDown in overrided tearDown methodDhruv2014-06-231-0/+2
| | | | PHPBB3-11528
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+10
| | | | PHPBB3-12594
* [ticket/11761] Serve blank file locally in functional testAndy Chase2013-08-061-3/+3
| | | | | | | | | 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
* [ticket/develop/11568] Fix some more tests in 3.1Joas Schilling2013-05-301-2/+3
| | | | PHPBB3-11568
* [ticket/10941] Renamed classes and filenames so that tests runFyorl2012-07-091-0/+72
Also fixed some minor issues that weren't flagged before because the tests were being ignored. PHPBB3-10941