aboutsummaryrefslogtreecommitdiffstats
path: root/tests/download
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10820] Add test casesDhruv2013-06-051-4/+37
| | | | | | More test cases to check against different versions PHPBB3-10820
* [ticket/10820] Rename functionDhruv2013-06-051-2/+2
| | | | PHPBB3-10820
* [ticket/10820] Fix copyrightDhruv2013-06-051-1/+1
| | | | PHPBB3-10820
* [ticket/10820] Change function call in testsDhruv2013-06-051-1/+1
| | | | PHPBB3-10820
* [ticket/10820] Add test casesDhruv2013-05-121-0/+32
| | | | PHPBB3-10325
* [ticket/10820] add unit tests for phpbb_is_greater_ie7Dhruv2013-04-291-0/+65
| | | | PHPBB3-10820
* [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-081-1/+0
| | | | PHPBB3-10973
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-021-1/+1
| | | | PHPBB3-9916
* [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-4/+8
| | | | | | | | | | | | Extend the request class with helpers for reading server vars (server()) and HTTP request headers (header()). Refactor the existing code base to make use of these helpers, make $_SERVER a deactivated super global. Also introduce an is_ajax() method, which checks the X-Requested-With header for the value 'XMLHttpRequest', which is sent by JavaScript libraries, such as jQuery. PHPBB3-9716
* [ticket/10011] Tests can't be ran on PHP < 5.3Erik Frèrejean2011-01-311-1/+1
| | | | | | Apply the `__DIR__` fix to some remaining Ascraeus tests PHPBB3-10011
* Merge branch 'develop-olympus' into developIgor Wiedler2011-01-101-0/+0
| | | | This merge commit includes ascraeus-specific renames and adjustments.
* Merge branch 'develop-olympus' into developIgor Wiedler2011-01-072-42/+1
| | | | | | | | | | | This commit also ports all ascraeus tests to the new format. Conflicts: tests/all_tests.php tests/network/all_tests.php tests/request/all_tests.php tests/request/request_var.php tests/template/templates/includephp.html
* [ticket/9627] Prefix function names with 'phpbb_'.Andreas Fischer2010-10-231-4/+4
| | | | PHPBB3-9627
* [ticket/9627] Adding unit tests for http_byte_range().Andreas Fischer2010-10-232-0/+66
| | | | PHPBB3-9627
* [ticket/9627] Adding download unit tests.Andreas Fischer2010-10-231-0/+36
PHPBB3-9627