aboutsummaryrefslogtreecommitdiffstats
path: root/tests/network
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16189] Deprecate inet_ntop and inet_pton wrappersrubencm2019-11-011-56/+0
| | | | PHPBB3-16189
* [ticket/16190] Deprecate phpbb's checkdnsrr wrapperrubencm2019-10-311-67/+0
| | | | PHPBB3-16190
* [ticket/15959] Fix invalid CNAME recordAJ Quick2019-02-031-1/+1
| | | | PHPBB3-15959
* [ticket/15959] Fix invalid CNAME recordAJ Quick2019-02-031-1/+1
| | | | PHPBB3-15959
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-314-7/+0
| | | | PHPBB3-14576
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-274-12/+28
| | | | PHPBB3-12594
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-022-2/+2
| | | | PHPBB3-9916
* Merge branch 'develop-olympus' into developAndreas Fischer2012-01-022-2/+2
|\ | | | | | | | | | | | | | | | | | | * 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
| * [ticket/9916] Updating License in the headerUnknown2012-01-022-2/+2
| | | | | | | | PHPBB3-9916
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-08-141-0/+63
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * [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 can't be ran on PHP < 5.3Erik Frèrejean2011-01-312-2/+2
| | | | | | | | | | | | Apply the `__DIR__` fix to some remaining Ascraeus tests PHPBB3-10011
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-01-311-1/+1
|\ \ | |/ | | | | | | | | | | | | * develop-olympus: [ticket/10011] Tests don't work on PHP < 5.3 Conflicts: tests/security/redirect_test.php
| * [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
* | Merge branch 'develop-olympus' into developNils Adermann2011-01-121-0/+3
|\ \ | |/ | | | | | | | | | | | | | | * develop-olympus: [ticket/9990] Add docs for running slow tests [ticket/9990] Integrate utf normalizer tests into test suite Conflicts: phpunit.xml.dist
| * [ticket/9990] Integrate utf normalizer tests into test suiteIgor Wiedler2011-01-111-0/+3
| | | | | | | | PHPBB3-9990
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-01-103-0/+0
|\ \ | |/ | | | | This merge commit includes ascraeus-specific renames and adjustments.
| * [ticket/9987] Rename test files to include a _test suffixIgor Wiedler2011-01-101-0/+0
| | | | | | | | PHPBB3-9987
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-01-074-50/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | 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
| * [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-042-42/+1
| | | | | | | | PHPBB3-9967
* | [ticket/9746] Added PHP implementation of inet_pton and inet_ntop.Marek A. Ruszczyński2011-01-031-5/+18
| | | | | | | | PHPBB3-9746
* | [ticket/9746] Adding unit tests for inet_ntop() and inet_pton().Andreas Fischer2011-01-032-0/+44
| | | | | | | | PHPBB3-9746
* | [ticket/9746] Adding tests for phpbb_ip_normalise().Andreas Fischer2011-01-032-0/+67
|/ | | | PHPBB3-9746
* [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