]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Re-enable test on doctrine command
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 1 Nov 2015 22:42:52 +0000 (23:42 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 7 Nov 2015 13:16:13 +0000 (14:16 +0100)
commit8a493541fa4911233fe9186e88371d17cb9fd7db
treecd4011716fbf85b29b54d33e0ca17920cb5fe6d4
parent735068d1814a4b7a688e1d19cd17b13e8c5da3eb
Re-enable test on doctrine command

It will slow down the whole test suite (because it'll use doctrine command).
Remove unecessary `KernelTestCase`.
Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency.
.travis.yml
src/Wallabag/ApiBundle/Tests/Controller/WallabagRestControllerTest.php
src/Wallabag/ApiBundle/Tests/WallabagApiTestCase.php [moved from src/Wallabag/ApiBundle/Tests/AbstractControllerTest.php with 96% similarity]
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php
src/Wallabag/CoreBundle/Tests/EventListener/LocaleListenerTest.php
src/Wallabag/CoreBundle/Tests/EventListener/RegistrationConfirmedListenerTest.php
src/Wallabag/CoreBundle/Tests/EventListener/UserLocaleListenerTest.php
src/Wallabag/CoreBundle/Tests/Helper/ContentProxyTest.php
src/Wallabag/CoreBundle/Tests/ParamConverter/UsernameRssTokenConverterTest.php
src/Wallabag/CoreBundle/Tests/Subscriber/TablePrefixSubscriberTest.php