aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/tests/parameters_test.sqlite.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add custom driver & schema manager for PostgreSQL 10Jeremy Benoist2017-12-121-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/+4
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Add verification check for MySQL versionJeremy Benoist2016-10-221-1/+1
| | | | Must now be >= 5.5.4
* 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
* Update docJeremy Benoist2016-10-041-1/+1
| | | | Merge VALIDATE_TRANSLATION_FILE & ASSET build (less build on Travis)
* Move test parameters out of parameters.ymlJeremy Benoist2016-04-121-0/+8
The end user doesn't care to about the test database.