Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Andreas Fischer
d3bbde69c4
[ticket/10973] Drop all require_once for mocks. Use autoloading.
...
PHPBB3-10973
2012-07-08 22:57:23 +02:00
Andreas Fischer
a01e916737
Merge branch 'develop-olympus' into develop
...
* 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
2012-01-02 17:36:21 +01:00
Unknown
17991823ea
[ticket/9916] Updating License in the header
...
PHPBB3-9916
2012-01-02 16:18:32 +00:00
Igor Wiedler
0bf6966c52
[feature/request-class] Add server(), header() and is_ajax() to request
...
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
2011-07-15 22:34:24 +02:00
Oleg Pudeyev
c93164db58
[ticket/217] Use positive assertions in tests.
...
PHPBB3-217
2011-06-06 21:16:47 +08:00
Oleg Pudeyev
2d1e426ba7
[ticket/217] Silence errors in tests, not code.
...
Use a mock user object for testing bbcode.
PHPBB3-217
2011-06-06 21:14:10 +08:00
rxu
d44b6ba5ca
[ticket/217] Use positive parameter statement for bbcode_init()
...
PHPBB3-217
2011-06-06 00:53:54 +08:00
rxu
6585d938d2
[ticket/217] Adjust patch, add tests
...
PHPBB3-217
2011-06-06 00:53:53 +08:00