1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-17 17:08:37 +00:00

Improve tests

- add more tests for coverage
- add a test on annotation deletion
- fix post annontation with ranges
This commit is contained in:
Jeremy Benoist 2016-03-11 17:56:41 +01:00
parent 66e2be2371
commit 09d8bb6fa2
5 changed files with 68 additions and 17 deletions

View file

@ -16,7 +16,6 @@ use Wallabag\CoreBundle\Form\Type\RssType;
use Wallabag\CoreBundle\Form\Type\TaggingRuleType;
use Wallabag\CoreBundle\Form\Type\UserInformationType;
use Wallabag\CoreBundle\Tools\Utils;
use Wallabag\UserBundle\Entity\User;
class ConfigController extends Controller
{