aboutsummaryrefslogtreecommitdiffstats
path: root/travis/phpunit-sqlite3-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
* [feature/sqlite3] Remove invalid commentJoas Schilling2014-05-021-2/+0
| | | | PHPBB3-9728
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+44
Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728