aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/parameters_test.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 missing parameter for testJeremy Benoist2017-12-181-0/+1
|
* Replace kernel.root_dir by kernel.project_dirNicolas Hart2017-10-141-1/+1
| | | | | kernel.root_dir and Kernel::getRootDir() are deprecated since Symfony 3.3. See https://symfony.com/blog/new-in-symfony-3-3-a-simpler-way-to-get-the-project-root-directory and https://github.com/symfony/symfony/blob/3.3/UPGRADE-3.3.md#httpkernel for more information.
* 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.