AJ Quick
43d8432809
[ticket/15959] Fix invalid CNAME record
...
PHPBB3-15959
2019-02-03 21:23:14 +01:00
AJ Quick
1fba679c68
[ticket/15959] Fix invalid CNAME record
...
PHPBB3-15959
2019-02-03 21:22:55 +01:00
Matt Friedman
14e8113fcf
[ticket/14576] Move common required files to bootstrap
...
PHPBB3-14576
2016-03-31 11:06:47 -07:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Unknown
66c50f6b30
[ticket/9916] Updating license in non-distributed files
...
PHPBB3-9916
2012-01-02 19:10:36 +01: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
Oleg Pudeyev
5305f6a977
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9297] Add network to class name of unit tests.
[ticket/9297] Fix typo in localhost.
[ticket/9297] Rename test class to reflect its contents.
[ticket/9297] Adjust comment - IPv6 is needed for IPv6 connections to work.
[ticket/9297] Fix markTestSkipped call in setUpBeforeClass.
[ticket/9297] Skip FTP PASV/EPSV test if FTP connection fails.
[ticket/9297] Separate ipv4 and ipv6 tests into separate functions.
[ticket/9297] Update copyright year of unit test file.
[ticket/9297] Make EPSV unit tests work without IPv6.
[ticket/9297] Unit tests for ftp_fsock PASV and EPSV.
[ticket/9297] Add support for Extended Passive Mode (EPSV) in ftp_fsock class.
2011-08-14 15:52:11 -04:00
Andreas Fischer
02a8cebd65
[ticket/9297] Add network to class name of unit tests.
...
PHPBB3-9297
2011-08-14 21:40:02 +02:00
Andreas Fischer
702985c927
[ticket/9297] Fix typo in localhost.
...
PHPBB3-9297
2011-08-14 20:55:21 +02:00
Oleg Pudeyev
a7e709d920
[ticket/9297] Rename test class to reflect its contents.
...
setUpBeforeClass logic makes this test specific to PASV/EPSV tests.
PHPBB3-9297
2011-08-14 14:47:16 -04:00
Oleg Pudeyev
2a0c9e4026
[ticket/9297] Adjust comment - IPv6 is needed for IPv6 connections to work.
...
Looks like IPv6-encapsulated IPv4 addresses do not actually work if
the host has no IPv6 connectivity.
PHPBB3-9297
2011-08-14 14:42:53 -04:00
Oleg Pudeyev
c211492092
[ticket/9297] Fix markTestSkipped call in setUpBeforeClass.
...
Need to use the static version here.
PHPBB3-9297
2011-08-14 14:33:00 -04:00
Oleg Pudeyev
2973ccbd48
[ticket/9297] Skip FTP PASV/EPSV test if FTP connection fails.
...
It is possible to configure PHP without IPv6, in which case
IPv6-encapsulated IPv4 addresses won't be accepted by PHP.
Instead of failing the test suite on such setups, skip the
offending test.
PHPBB3-9297
2011-08-14 14:11:58 -04:00
Oleg Pudeyev
386883cda1
[ticket/9297] Separate ipv4 and ipv6 tests into separate functions.
...
PHPBB3-9297
2011-08-14 13:19:09 -04:00
Andreas Fischer
7a40ab8f7a
[ticket/9297] Update copyright year of unit test file.
...
PHPBB3-9297
2011-08-14 18:17:16 +02:00
Andreas Fischer
83fa6cffc3
[ticket/9297] Make EPSV unit tests work without IPv6.
...
PHPBB3-9297
2011-08-11 23:15:33 +02:00
Andreas Fischer
18f19b03ab
[ticket/9297] Unit tests for ftp_fsock PASV and EPSV.
...
PHPBB3-9297
2011-08-11 23:15:33 +02:00
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
Erik Frèrejean
2e54212309
[ticket/10011] Tests can't be ran on PHP < 5.3
...
Apply the `__DIR__` fix to some remaining Ascraeus tests
PHPBB3-10011
2011-01-31 14:02:30 +01:00
Andreas Fischer
d06657c995
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10011] Tests don't work on PHP < 5.3
Conflicts:
tests/security/redirect_test.php
2011-01-31 13:26:20 +01:00
Nils Adermann
bdac86777e
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9990] Add docs for running slow tests
[ticket/9990] Integrate utf normalizer tests into test suite
Conflicts:
phpunit.xml.dist
2011-01-12 03:00:45 +01:00
Igor Wiedler
b5c8349f4a
Merge branch 'develop-olympus' into develop
...
This merge commit includes ascraeus-specific renames and adjustments.
2011-01-10 00:37:47 +01:00
Igor Wiedler
14a84cf89c
Merge branch 'develop-olympus' into develop
...
This commit also ports all ascraeus tests to the new format.
Conflicts:
tests/all_tests.php
tests/network/all_tests.php
tests/request/all_tests.php
tests/request/request_var.php
tests/template/templates/includephp.html
2011-01-07 01:39:59 +01:00
Marek A. Ruszczyński
2aa54bb156
[ticket/9746] Added PHP implementation of inet_pton and inet_ntop.
...
PHPBB3-9746
2011-01-03 00:09:51 +01:00
Andreas Fischer
fdb5c2c990
[ticket/9746] Adding unit tests for inet_ntop() and inet_pton().
...
PHPBB3-9746
2011-01-03 00:09:51 +01:00
Andreas Fischer
dc7e3550ab
[ticket/9746] Adding tests for phpbb_ip_normalise().
...
PHPBB3-9746
2011-01-03 00:09:40 +01:00