]> git.immae.eu Git - github/wallabag/wallabag.git/commit - tests/Wallabag/CoreBundle/Helper/RuleBasedTaggerTest.php
Cleanup tests
authorJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 29 Dec 2015 14:04:46 +0000 (15:04 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 29 Dec 2015 14:04:46 +0000 (15:04 +0100)
commit1bb1939ab76cfbf1cdb5fa1dccbdd15ba17cdfb0
treeeaecbd4b0cc705d5de653d12d62805c9e551bc4c
parent01fddd0cb2fc6c83998a54d24d4ca6a27b564d36
Cleanup tests

- WallabagRestController: remove the tag deletion from the API since we can't remove a tag now, we only remove reference to entries
- RuleBasedTaggerTest: remove workaround for asserting tag are equal since problem was related to mock expects (_call instead of findOneByLabel which was removed from the tag repository)
src/Wallabag/ApiBundle/Controller/WallabagRestController.php
src/Wallabag/CoreBundle/Tests/Helper/RuleBasedTaggerTest.php