aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/ImportBundle/Command/ImportCommandTest.php
Commit message (Collapse)AuthorAgeFilesLines
* 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-011-3/+3
|
* Isolated testsadev2017-05-311-0/+1
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* 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