aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bbcode/url_bbcode_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15172] Add symfony_request to some testsRubén Calvo2017-09-101-1/+2
| | | | PHPBB3-15172
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | PHPBB3-14576
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-081-2/+0
| | | | PHPBB3-10973
* Merge branch 'develop-olympus' into developAndreas Fischer2012-01-021-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 headerUnknown2012-01-021-1/+1
| | | | | | | | PHPBB3-9916
* | [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-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 Pudeyev2011-06-061-9/+27
| | | | PHPBB3-217
* [ticket/217] Silence errors in tests, not code.Oleg Pudeyev2011-06-061-0/+4
| | | | | | Use a mock user object for testing bbcode. PHPBB3-217
* [ticket/217] Use positive parameter statement for bbcode_init()rxu2011-06-061-1/+1
| | | | PHPBB3-217
* [ticket/217] Adjust patch, add testsrxu2011-06-061-0/+41
PHPBB3-217