aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/parameters_test.yml
Commit message (Collapse)AuthorAgeFilesLines
* Isolated testsadev2017-05-311-1/+2
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* SQLite should use utf8, not utf8mb4Jeremy Benoist2016-10-241-1/+1
|
* Cleanup subscriber / listener definitionJeremy Benoist2016-10-221-1/+1
|
* 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
* Add test for RabbitMQJeremy Benoist2016-09-111-1/+1
| | | | Also update Symfony deps
* Move test parameters out of parameters.ymlJeremy Benoist2016-04-121-0/+8
The end user doesn't care to about the test database.