aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Command/InstallCommandTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix utf8mb4 on vendor tablesJeremy Benoist2018-11-281-5/+12
| | | | | | | | | | | | | | When creating the schema for test these tables use default length for string: 255. Which fail when using utf8mb4. > Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes Also move the `setKeepStaticConnections` in before and after class to avoid: > SAVEPOINT DOCTRINE2_SAVEPOINT_2 does not exist See https://github.com/dmaicher/doctrine-test-bundle#troubleshooting
* Use our own fork for CraueConfigBundleJeremy Benoist2018-11-281-0/+1
| | | | Mostly to fix utf8mb4 issue
* Fix installation commandadev2017-11-211-6/+2
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-10/+10
|
* Isolated testsadev2017-05-311-26/+41
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Use a better way to set input for commandJeremy Benoist2017-05-301-76/+30
| | | | | | Actually use the correct to way handle that http://symfony.com/doc/current/components/console/helpers/questionhelper.html#testing-a-command-that-expects-input
* Added migrations execution after fresh installNicolas LÅ“uillet2017-05-051-3/+9
|
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-09-191-0/+6
|\
| * Update testJeremy Benoist2016-09-031-0/+6
| | | | | | | | | | | | | | If the database isn't found when checking for the connection it means, we can connect to the server. The InstallCommand will create the database later. Also, when checking for the SQLite connection, Doctrine creates the file (so the database). That's why the test is skipped for SQLite.
* | Add simple testNicolas LÅ“uillet2016-08-241-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-221-2/+18
|\|
| * Fix testsJeremy Benoist2016-08-171-2/+18
| | | | | | | | | | | | | | | | Ensure tests after the InstallCommand test will have a clean database. Previous attempt failed because of a foreign key Also, nightly on Travis seems to target PHP 7.2-dev, so I put 7.1 in requirement and moved nightly in allowed failures. And it seems xdebug isn't shipped with PHP 7.1, so I added a workaround to avoid build to fail when trying to remove xdebug.ini file.
* | Merge branch 'master' into 2.1Jeremy Benoist2016-06-231-6/+0
|/
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+279