aboutsummaryrefslogtreecommitdiffstats
path: root/travis/phpunit-postgres-travis.xml
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16223] Add memcached config and PHP extensionMarc Alexander2019-11-251-0/+1
| | | | PHPBB3-16223
* [ticket/14948] Remove no longer needed or supported phpunit configsMarc Alexander2019-05-091-4/+2
| | | | PHPBB3-14948
* [ticket/14670] Do not backup static attributesMarc Alexander2019-05-061-1/+1
| | | | | | | This seems to cause issues with the UI tests as the backed up static web driver does not seem to be properly initialized. PHPBB3-14670
* [ticket/12962] Run tests for all databases on TravisDhruv2014-09-211-0/+4
| | | | PHPBB3-12962
* Merge branch 'develop-olympus' into develop-ascraeusJoas Schilling2014-05-031-3/+3
|\ | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12485] Broken tests due to absolute exclude Conflicts: .travis.yml phpunit.xml.all phpunit.xml.dist phpunit.xml.functional
| * [ticket/12485] Broken tests due to absolute excludeNicofuma2014-05-031-3/+3
| | | | | | | | PHPBB3-12485
* | [feature/sqlite3] Remove invalid commentJoas Schilling2014-05-021-2/+0
| | | | | | | | PHPBB3-9728
* | [ticket/11700] travis has hardcoded driver class names without namespacesNils Adermann2013-09-161-1/+1
| | | | | | | | PHPBB3-11700
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-07-231-3/+0
|\ \ | |/ | | | | | | * develop-olympus: [ticket/11726] Don't run lint tests on Travis on postgres
| * [ticket/11726] Don't run lint tests on Travis on postgresNathan Guse2013-07-221-3/+0
| | | | | | | | PHPBB3-11726
* | Merge branch 'develop-olympus' into developNathaniel Guse2013-07-131-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | # By Igor Wiedler (1) and others * develop-olympus: [ticket/11671] Update composer.lock [ticket/11671] Add phing as a dependency and upgrade deps [ticket/11668] Move lint test to the end for travis Conflicts: phpBB/composer.lock
| * [ticket/11668] Move lint test to the end for travisIgor Wiedler2013-07-121-0/+4
| | | | | | | | PHPBB3-11668
* | Merge PR #1201 branch 'develop-olympus' into developOleg Pudeyev2013-01-241-1/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11337] Abort setup-webserver.sh script when an error occurs. [ticket/11337] Only run functional tests on 5.3.19 or higher. No FPM otherwise. [ticket/11337] Silence nginx config file writing. [ticket/11337] php-fpm.conf is no longer owned by root. [ticket/11337] Run functional tests on travis using nginx and php-fpm. Conflicts: .travis.yml
| * [ticket/11337] Only run functional tests on 5.3.19 or higher. No FPM otherwise.Andreas Fischer2013-01-231-1/+1
| | | | | | | | | | | | | | There is no php-fpm for PHP 5.3.3. Make sure PHP version is at least 5.3.19, which is what 5.3 is currently aliased to. PHPBB3-11337
| * [ticket/11337] Run functional tests on travis using nginx and php-fpm.Andreas Fischer2013-01-231-0/+1
| | | | | | | | PHPBB3-11337
* | [ticket/11338] Travis: Define Redis hostname so unit tests for Redis run.Andreas Fischer2013-01-221-0/+1
| | | | | | | | PHPBB3-11338
* | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-061-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (196 commits) [ticket/11219] Coding guidelines and naming consistency changes [ticket/10841] Revert more whitespace changes. [ticket/10841] Revert whitespace changes. [ticket/10841] adding space after if [ticket/10841] removing unnecessary spacing [ticket/10841] changing affectedrows check to COUNT in sql [ticket/10841] Modifying style and language selectors in UCP [ticket/11247] Fix wrong property reference in flock class. [ticket/10602] Avoid a race condition. [ticket/10602] Use last_queue_run for its intended purpose. [ticket/10716] Collect standard error from executed php process. [ticket/10716] Skip test if php is not in PATH. [ticket/10716] Exclude our dependencies from linting. [ticket/10103] New and improved wording. [ticket/10716] Only lint on php 5.3+. [ticket/10103] Assert with messages. [ticket/10103] assertLessThan/assertGreaterThan. [ticket/10103] Inline assignment is bad? [ticket/10103] $rv had too few characters. [ticket/10103] Correct flock class documentation. ... Conflicts: phpBB/includes/functions.php tests/cache/cache_test.php
| * [ticket/11240] Enable PHPUnit's verbose mode so we get a list of skipped tests.Andreas Fischer2012-12-041-0/+1
| | | | | | | | PHPBB3-11240
* | [ticket/11015] Fix configuration for travisIgor Wiedler2012-07-211-1/+1
|/ | | | PHPBB3-11015
* [ticket/10492] Skip functional tests on PHP 5.2 on travisNils Adermann2012-05-111-0/+4
| | | | PHPBB3-10492
* [ticket/10723] Stop Travis running all tests on sqliteMichael Cullum2012-03-231-7/+7
| | | | | | Correct information so all tests don't run on sqlite PHPBB3-10723
* [task/travis] Exclude functional and slow testsMichael Cullum2012-03-221-0/+6
| | | | PHPBB3-10718
* [task/travis] Rename travis phpunit config filesMichael Cullum2012-03-221-0/+30
PHPBB3-10718