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
Igor Wiedler
e00c5544d2
[ticket/9990] Integrate utf normalizer tests into test suite
...
PHPBB3-9990
2011-01-11 01:06:01 +01:00
Igor Wiedler
01fe91c5c4
[ticket/9987] Rename test files to include a _test suffix
...
PHPBB3-9987
2011-01-10 00:18:37 +01:00
Igor Wiedler
9a52bd0301
[task/phpunit-xml] Use phpunit.xml for test suite
...
PHPBB3-9967
2011-01-04 22:54:01 +01:00
Andreas Fischer
4707b0c18e
[ticket/9599] Adding tests for phpbb_checkdnsrr().
...
Tests for existing and non-existing records of the types:
MX, A, AAAA, NS, CNAME, TXT
PHPBB3-9599
2010-08-03 10:50:41 +02:00
Andreas Fischer
3e111bb41a
[ticket/9599] Adding network function tests.
...
PHPBB3-9599
2010-08-03 10:50:41 +02:00