aboutsummaryrefslogtreecommitdiffstats
path: root/tests/network
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/9916] Updating License in the headerUnknown2012-01-022-2/+2
| | | | PHPBB3-9916
* [ticket/9297] Add network to class name of unit tests.Andreas Fischer2011-08-141-1/+1
| | | | PHPBB3-9297
* [ticket/9297] Fix typo in localhost.Andreas Fischer2011-08-141-1/+1
| | | | PHPBB3-9297
* [ticket/9297] Rename test class to reflect its contents.Oleg Pudeyev2011-08-141-1/+1
| | | | | | setUpBeforeClass logic makes this test specific to PASV/EPSV tests. PHPBB3-9297
* [ticket/9297] Adjust comment - IPv6 is needed for IPv6 connections to work.Oleg Pudeyev2011-08-141-5/+3
| | | | | | | Looks like IPv6-encapsulated IPv4 addresses do not actually work if the host has no IPv6 connectivity. PHPBB3-9297
* [ticket/9297] Fix markTestSkipped call in setUpBeforeClass.Oleg Pudeyev2011-08-141-1/+1
| | | | | | Need to use the static version here. PHPBB3-9297
* [ticket/9297] Skip FTP PASV/EPSV test if FTP connection fails.Oleg Pudeyev2011-08-141-1/+10
| | | | | | | | | 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
* [ticket/9297] Separate ipv4 and ipv6 tests into separate functions.Oleg Pudeyev2011-08-141-4/+13
| | | | PHPBB3-9297
* [ticket/9297] Update copyright year of unit test file.Andreas Fischer2011-08-141-1/+1
| | | | PHPBB3-9297
* [ticket/9297] Make EPSV unit tests work without IPv6.Andreas Fischer2011-08-111-10/+9
| | | | PHPBB3-9297
* [ticket/9297] Unit tests for ftp_fsock PASV and EPSV.Andreas Fischer2011-08-111-0/+48
| | | | PHPBB3-9297
* [ticket/10011] Tests don't work on PHP < 5.3Erik Frèrejean2011-01-311-1/+1
| | | | | | | | 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
* [ticket/9990] Integrate utf normalizer tests into test suiteIgor Wiedler2011-01-111-0/+3
| | | | PHPBB3-9990
* [ticket/9987] Rename test files to include a _test suffixIgor Wiedler2011-01-101-0/+0
| | | | PHPBB3-9987
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-042-42/+1
| | | | PHPBB3-9967
* [ticket/9599] Adding tests for phpbb_checkdnsrr().Andreas Fischer2010-08-032-0/+67
| | | | | | | Tests for existing and non-existing records of the types: MX, A, AAAA, NS, CNAME, TXT PHPBB3-9599
* [ticket/9599] Adding network function tests.Andreas Fischer2010-08-031-0/+36
PHPBB3-9599