| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-14576
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
| |
PHPBB3-9916
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| | |
PHPBB3-9916
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| |
| |
| |
| | |
PHPBB3-9297
|
| |
| |
| |
| | |
PHPBB3-9297
|
| |
| |
| |
| |
| |
| | |
setUpBeforeClass logic makes this test specific to PASV/EPSV tests.
PHPBB3-9297
|
| |
| |
| |
| |
| |
| |
| | |
Looks like IPv6-encapsulated IPv4 addresses do not actually work if
the host has no IPv6 connectivity.
PHPBB3-9297
|
| |
| |
| |
| |
| |
| | |
Need to use the static version here.
PHPBB3-9297
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
PHPBB3-9297
|
| |
| |
| |
| | |
PHPBB3-9297
|
| |
| |
| |
| | |
PHPBB3-9297
|
| |
| |
| |
| | |
PHPBB3-9297
|
| |
| |
| |
| |
| |
| | |
Apply the `__DIR__` fix to some remaining Ascraeus tests
PHPBB3-10011
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10011] Tests don't work on PHP < 5.3
Conflicts:
tests/security/redirect_test.php
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/9990] Add docs for running slow tests
[ticket/9990] Integrate utf normalizer tests into test suite
Conflicts:
phpunit.xml.dist
|
| |
| |
| |
| | |
PHPBB3-9990
|
|\ \
| |/
| |
| | |
This merge commit includes ascraeus-specific renames and adjustments.
|
| |
| |
| |
| | |
PHPBB3-9987
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
PHPBB3-9967
|
| |
| |
| |
| | |
PHPBB3-9746
|
| |
| |
| |
| | |
PHPBB3-9746
|
|/
|
|
| |
PHPBB3-9746
|
|
|
|
|
|
|
| |
Tests for existing and non-existing records of the types:
MX, A, AAAA, NS, CNAME, TXT
PHPBB3-9599
|
|
PHPBB3-9599
|