aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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-313-1/+6
| | | | 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-223-0/+3
| | | | | 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-126-111/+24
| | | | The end user doesn't care to about the test database.
* CSNicolas Lœuillet2016-02-043-0/+6
|
* Fix #1622: parameter for FosUser confirmationNicolas Lœuillet2016-02-043-0/+3
|
* Merge pull request #1612 from wallabag/v2-settings-pageNicolas Lœuillet2016-02-043-108/+3
|\ | | | | Settings page
| * Fix from_email & fos_userJeremy Benoist2016-01-313-0/+6
| |
| * Add CraueConfig for internal settingsJeremy Benoist2016-01-313-81/+3
| |
| * Always include warning messageJeremy Benoist2016-01-313-12/+0
| | | | | | | | We'll remove it later, on the stable release
| * Move default configuration out of parametersJeremy Benoist2016-01-313-21/+0
| | | | | | | | These default configuration value shouldn't be in parameters.yml.
* | Fix #1635: change database name for test environments (mysql/pgsql)Nicolas Lœuillet2016-02-012-2/+2
|/
* fix #1620 and introduce new parameters to exportThomas Citharel2016-01-243-0/+12
|
* Remove real consumer keyJeremy Benoist2016-01-023-3/+3
| | | | We should never commit them :)
* forgot test parametersNicolas Lœuillet2016-01-023-0/+9
|
* Add custom email for 2FAJeremy Benoist2015-12-293-0/+3
| | | | Related #1490
* Rework on exportJeremy Benoist2015-11-093-0/+3
| | | | | | - all export now return a `HttpFoundation\Response` - return a 404 on unsupported format - add tests
* forgot parameters for travisNicolas Lœuillet2015-10-153-0/+6
|
* Add multiple database tests on TravisJeremy Benoist2015-09-263-0/+174