phpbb/tests
Erik Frèrejean 14891cdf4e [ticket/10011] Tests don't work on PHP < 5.3
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
2011-01-31 12:58:18 +01:00
..
dbal [ticket/10011] Tests don't work on PHP < 5.3 2011-01-31 12:58:18 +01:00
mock [task/session-tests] Added tests for the session class. 2011-01-20 22:47:48 +01:00
network [ticket/10011] Tests don't work on PHP < 5.3 2011-01-31 12:58:18 +01:00
random [ticket/10011] Tests don't work on PHP < 5.3 2011-01-31 12:58:18 +01:00
regex [ticket/10011] Tests don't work on PHP < 5.3 2011-01-31 12:58:18 +01:00
request [ticket/10011] Tests don't work on PHP < 5.3 2011-01-31 12:58:18 +01:00
security [ticket/10011] Tests don't work on PHP < 5.3 2011-01-31 12:58:18 +01:00
session [task/session-tests] Test additional combinations of session_begin. 2011-01-20 22:49:38 +01:00
template [ticket/10011] Tests don't work on PHP < 5.3 2011-01-31 12:58:18 +01:00
test_framework [ticket/10011] Tests don't work on PHP < 5.3 2011-01-31 12:58:18 +01:00
text_processing [ticket/10011] Tests don't work on PHP < 5.3 2011-01-31 12:58:18 +01:00
utf [ticket/10011] Tests don't work on PHP < 5.3 2011-01-31 12:58:18 +01:00
bootstrap.php [task/session-tests] Added tests for the session class. 2011-01-20 22:47:48 +01:00
RUNNING_TESTS.txt [ticket/9990] Add docs for running slow tests 2011-01-12 02:22:37 +01:00