]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add tests
authorJeremy <jeremy.benoist@gmail.com>
Sat, 28 Mar 2015 20:43:49 +0000 (21:43 +0100)
committerJeremy <jeremy.benoist@gmail.com>
Tue, 31 Mar 2015 20:48:00 +0000 (22:48 +0200)
commit371ac69a6bd6325929e4efee7958682a6b1666f7
tree781e6aa505f3c163e8385a662e1befc2f38885a3
parent2385f891e5992e84501d4cd47565a7bf0af14331
Add tests

and fix few mistakes
13 files changed:
app/config/security.yml
src/Wallabag/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/Controller/RssController.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadEntryData.php
src/Wallabag/CoreBundle/Entity/Config.php
src/Wallabag/CoreBundle/Form/Type/ConfigType.php
src/Wallabag/CoreBundle/Form/Type/RssType.php
src/Wallabag/CoreBundle/Resources/views/Config/index.html.twig
src/Wallabag/CoreBundle/Resources/views/Entry/entries.xml.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/public/css/main.css
src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
src/Wallabag/CoreBundle/Tests/Controller/RssControllerTest.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Tests/ParamConverter/UsernameRssTokenConverterTest.php [new file with mode: 0644]