aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Command
Commit message (Collapse)AuthorAgeFilesLines
* Fix installation commandadev2017-11-211-6/+2
|
* Add reload entry commandNicolas Hart2017-08-211-0/+115
|
* add search argument and limit option to list users commandNicolas Hart2017-07-311-1/+50
|
* Add list user commandNicolas Hart2017-07-301-0/+26
|
* Better rendering for all core commandsNicolas Hart2017-07-293-6/+8
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-014-13/+13
|
* CSJeremy Benoist2017-06-071-2/+0
|
* Fix reviewThomas Citharel2017-06-041-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add show user commandThomas Citharel2017-06-021-0/+95
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Isolated testsadev2017-05-312-27/+42
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Merge pull request #3168 from wallabag/instapaper-tags-importNicolas Lœuillet2017-05-312-2/+2
|\ | | | | Add support for tag in Instapaper import
| * CS & improve tags assertionsJeremy Benoist2017-05-312-2/+2
| |
* | 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
* Merge pull request #3088 from wallabag/execute-migrations-after-installJérémy Benoist2017-05-051-3/+9
|\ | | | | Added migrations execution after fresh install
| * Added migrations execution after fresh installNicolas Lœuillet2017-05-052-4/+10
| |
* | Fixed testNicolas Lœuillet2017-05-051-0/+4
| |
* | Fixed @j0k3r reviewNicolas Lœuillet2017-05-051-3/+3
| |
* | Added test for deduplicationNicolas Lœuillet2017-05-052-2/+47
| |
* | Add basic testsThomas Citharel2017-05-011-0/+59
|/ | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix phpcs and testsThomas Citharel2017-01-241-0/+1
|
* add filepath testThomas Citharel2017-01-221-0/+17
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* add cli exportThomas Citharel2017-01-221-0/+60
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* 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-222-0/+339