| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-10309
|
| |
|
|
|
|
|
| |
When the tests are run by a different user than the one which owns
phpbb source tree, writes will go into a single, known directory.
PHPBB3-10309
|
| |
|
|
|
|
| |
Instead a warning is triggered and an explanation echo'd.
PHPBB3-10206
|
| |
|
|
|
|
|
|
| |
Due to the usage of `__DIR__` for the file includes the tests can't
be ran on systems with PHP < 5.3. Replace all occurances of
`__DIR__` with `dirname(__FILE__)`.
PHPBB3-10011
|
|
|
PHPBB3-9990
|