Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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/+1 |
| | | | | PHPBB3-10414 | ||||
* | [task/whitelist-code-coverage] Load all of includes/ into code coverage report | Nils Adermann | 2011-08-07 | 1 | -0/+17 |
| | | | | PHPBB3-10314 | ||||
* | [ticket/9990] Integrate utf normalizer tests into test suite | Igor Wiedler | 2011-01-11 | 1 | -2/+8 |
| | | | | PHPBB3-9990 | ||||
* | [ticket/9987] Rename test files to include a _test suffix | Igor Wiedler | 2011-01-10 | 1 | -1/+1 |
| | | | | PHPBB3-9987 | ||||
* | [task/phpunit-xml] Only blacklist the tests directory and do not whitelist. | Nils Adermann | 2011-01-07 | 1 | -9/+0 |
| | | | | | | | | It would be ideal if we could whitelist the entire phpBB directory or at least includes, but at present that still breaks because of classes with the same name. PHPBB3-9967 | ||||
* | [task/phpunit-xml] Use phpunit.xml for test suite | Igor Wiedler | 2011-01-04 | 1 | -0/+34 |
PHPBB3-9967 |