diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-03-11 17:56:41 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-03-11 17:59:42 +0100 |
commit | 09d8bb6fa26b881da478df4c7b97620cb7aea0d0 (patch) | |
tree | 2a81d844c253c5961943ba936445b154d4d32510 /src/Wallabag/CoreBundle/Controller | |
parent | 66e2be23717ad8af3cabe5d0c69effd492af3ece (diff) | |
download | wallabag-09d8bb6fa26b881da478df4c7b97620cb7aea0d0.tar.gz wallabag-09d8bb6fa26b881da478df4c7b97620cb7aea0d0.tar.zst wallabag-09d8bb6fa26b881da478df4c7b97620cb7aea0d0.zip |
Improve tests
- add more tests for coverage
- add a test on annotation deletion
- fix post annontation with ranges
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller')
-rw-r--r-- | src/Wallabag/CoreBundle/Controller/ConfigController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/ConfigController.php b/src/Wallabag/CoreBundle/Controller/ConfigController.php index 1791eac2..1930a2ae 100644 --- a/src/Wallabag/CoreBundle/Controller/ConfigController.php +++ b/src/Wallabag/CoreBundle/Controller/ConfigController.php | |||
@@ -16,7 +16,6 @@ use Wallabag\CoreBundle\Form\Type\RssType; | |||
16 | use Wallabag\CoreBundle\Form\Type\TaggingRuleType; | 16 | use Wallabag\CoreBundle\Form\Type\TaggingRuleType; |
17 | use Wallabag\CoreBundle\Form\Type\UserInformationType; | 17 | use Wallabag\CoreBundle\Form\Type\UserInformationType; |
18 | use Wallabag\CoreBundle\Tools\Utils; | 18 | use Wallabag\CoreBundle\Tools\Utils; |
19 | use Wallabag\UserBundle\Entity\User; | ||
20 | 19 | ||
21 | class ConfigController extends Controller | 20 | class ConfigController extends Controller |
22 | { | 21 | { |