aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/config_test.yml
Commit message (Collapse)AuthorAgeFilesLines
* Isolated testsadev2017-05-311-1/+2
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Fix emoji insertion in MySQLJeremy Benoist2016-10-221-1/+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/+1
| | | | The end user doesn't care to about the test database.
* Disable translation in testJeremy Benoist2016-03-201-0/+2
| | | | We don't want to test translation in test
* Add multiple database tests on TravisJeremy Benoist2015-09-261-3/+8
|
* Merge pull request #1152 from wallabag/v2-forgot-passwordNicolas LÅ“uillet2015-03-301-1/+3
|\ | | | | Handle forgot password
| * Handle forgot passwordJeremy2015-03-081-1/+3
| |
* | Use doctrine cache for testsJeremy2015-03-271-0/+7
|/
* Add LiipThemeBundleJeremy2015-03-011-1/+3
| | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
* Installation should be launch manuallyJeremy2015-02-021-0/+4
| | | | Also upadte readme for v2 and define a test database (for the future)
* symfony is thereNicolas LÅ“uillet2015-01-221-0/+16