aboutsummaryrefslogtreecommitdiffstats
path: root/tests/download/http_byte_range_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [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/+61
This merge commit includes ascraeus-specific renames and adjustments.