aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Command
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsJeremy Benoist2018-11-281-1/+3
|
* Add missing assertion in testsJeremy Benoist2017-12-181-0/+3
|
* Replace kernel.root_dir by kernel.project_dirNicolas Hart2017-10-141-2/+2
| | | | | 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.
* Add a real configuration for CS-FixerJeremy Benoist2017-07-012-5/+5
|
* Isolated testsadev2017-05-311-0/+1
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* CS & improve tags assertionsJeremy Benoist2017-05-311-2/+2
|
* Use username to importThomas Citharel2017-05-041-8/+23
| | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> add docs Signed-off-by: Thomas Citharel <tcit@tcit.fr> use username as default Signed-off-by: Thomas Citharel <tcit@tcit.fr> rename user to username typo Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Added tests for Chrome bookmarks importNicolas LÅ“uillet2016-09-251-1/+0
|
* Add tests on ImportCommandJeremy Benoist2016-09-111-0/+86
|
* Add more testsJeremy Benoist2016-09-111-0/+74
And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)