aboutsummaryrefslogtreecommitdiffstats
path: root/phpunit.xml.functional
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-2/+3
| | | | PHPBB3-11698
* Merge branch 'develop-olympus' into developNathaniel Guse2013-07-121-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | # By Igor Wiedler # Via Igor Wiedler (1) and Nathaniel Guse (1) * develop-olympus: [ticket/11668] Run lint test at the end of the test suite Conflicts: phpunit.xml.all phpunit.xml.dist phpunit.xml.functional
| * [ticket/11668] Run lint test at the end of the test suiteIgor Wiedler2013-07-121-0/+4
| | | | | | | | | | | | The lint test is very slow. Running it at the end should speed up the development cycle. PHPBB3-11668
| * [ticket/10492] Backporting functional testsPatrick Webster2012-04-211-0/+35
| | | | PHPBB3-10492
* [ticket/11466] Remove old database driver files from PHPUnit excludeDavid King2013-03-261-9/+0
| | | | | | | As per the ticket comments, these can simply be removed, rather than having to be renamed to the new file locations. PHPBB3-11466
* [ticket/10719] Revert "Skip functional tests on PHP 5.2"Michael Cullum2012-03-221-4/+0
| | | | | | This reverts commit 9c861a0350ae67f06a38ee6efc890412a32751f4. PHPBB3-10719
* [ticket/10414] Skip functional tests on PHP 5.2 - requires PHPUnit 3.6 on 5.2Nils Adermann2011-10-171-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 goutteIgor Wiedler2011-10-141-0/+48
PHPBB3-10414