Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15172] Add symfony_request to some tests | Rubén Calvo | 2017-09-10 | 1 | -1/+2 |
| | | | | PHPBB3-15172 | ||||
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 1 | -2/+0 |
| | | | | PHPBB3-14576 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/10973] Drop all require_once for mocks. Use autoloading. | Andreas Fischer | 2012-07-08 | 1 | -2/+0 |
| | | | | PHPBB3-10973 | ||||
* | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2012-01-02 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9916] Changing header in non-distributed files [ticket/9916] Changing coding guidelines license [ticket/9916] Updating License in the header Conflicts: tests/mock/cache.php | ||||
| * | [ticket/9916] Updating License in the header | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-9916 | ||||
* | | [feature/request-class] Add server(), header() and is_ajax() to request | Igor Wiedler | 2011-07-15 | 1 | -1/+3 |
|/ | | | | | | | | | | | | 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/217] Use positive assertions in tests. | Oleg Pudeyev | 2011-06-06 | 1 | -9/+27 |
| | | | | PHPBB3-217 | ||||
* | [ticket/217] Silence errors in tests, not code. | Oleg Pudeyev | 2011-06-06 | 1 | -0/+4 |
| | | | | | | Use a mock user object for testing bbcode. PHPBB3-217 | ||||
* | [ticket/217] Use positive parameter statement for bbcode_init() | rxu | 2011-06-06 | 1 | -1/+1 |
| | | | | PHPBB3-217 | ||||
* | [ticket/217] Adjust patch, add tests | rxu | 2011-06-06 | 1 | -0/+41 |
PHPBB3-217 |