aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/tests/parameters_test.mysql.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove custom Postgres classJeremy Benoist2018-11-281-1/+0
| | | | Because PG > 10 is now supported by DBAL >= 2.6.0
* Add custom driver & schema manager for PostgreSQL 10Jeremy Benoist2017-12-121-0/+1
|
* Isolated testsadev2017-05-311-0/+1
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Fix emoji insertion in MySQLJeremy Benoist2016-10-221-0/+1
| | | | | Switch to utf8mb4 instead of utf8 because f*** MySQL See https://github.com/doctrine/dbal/pull/851
* Move test parameters out of parameters.ymlJeremy Benoist2016-04-121-0/+8
The end user doesn't care to about the test database.