Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/10719] Revert "Skip functional tests on PHP 5.2" | Michael Cullum | 2012-03-22 | 1 | -4/+0 |
| | | | | | | This reverts commit 9c861a0350ae67f06a38ee6efc890412a32751f4. PHPBB3-10719 | ||||
* | [ticket/10414] Skip functional tests on PHP 5.2 - requires PHPUnit 3.6 on 5.2 | Nils Adermann | 2011-10-17 | 1 | -0/+4 |
| | | | | | | | | | | Tests still execute correctly using PHPUnit 3.5 on PHP 5.3 and above. The php version limitation for a directory was added in PHPUnit 3.6. A separate test suite is required because the functional tests are in the whitelisted tests directory. The base test for functional testing is only included in bootstrap in versions 5.3 and above. PHPBB3-10414 | ||||
* | [feature/functional-tests] Implementing functional test framework with goutte | Igor Wiedler | 2011-10-14 | 1 | -0/+48 |
PHPBB3-10414 |