]> git.immae.eu Git - github/wallabag/wallabag.git/commit - tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
Ability to enable/disable downloading images
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 30 Oct 2016 20:30:45 +0000 (21:30 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 30 Oct 2016 20:30:45 +0000 (21:30 +0100)
commitd1495dd0a456f0e35a09fb68679ee51f8d17bfe4
treea819eec38d3d8b880460cbaca42b6e08b073585a
parent309e13c11b54277626f18616c41f68ae9656a403
Ability to enable/disable downloading images

This will speed up the test suite because it won’t download everything when we add new entry…
Add a custom test with downloading image enabled
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadSettingData.php
src/Wallabag/CoreBundle/Event/Subscriber/DownloadImagesSubscriber.php
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php