]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Isolated tests 3137/head
authoradev <adev2000@gmail.com>
Mon, 15 May 2017 18:47:59 +0000 (20:47 +0200)
committeradev <adev2000@gmail.com>
Wed, 31 May 2017 14:03:54 +0000 (16:03 +0200)
commit7ab5eb9508921d84b4b4ec84a59135d536da748e
tree725d9fae04d07a2c0aec2d2f5a19e1b43ec7a5d1
parent4423b88c5b2c2d530b0a83a822f521a61ca4d4b8
Isolated tests

Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
24 files changed:
app/AppKernel.php
app/config/config_test.yml
app/config/parameters_test.yml
app/config/tests/parameters_test.mysql.yml
app/config/tests/parameters_test.pgsql.yml
app/config/tests/parameters_test.sqlite.yml
composer.json
phpunit.xml.dist
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/Event/Subscriber/SQLiteCascadeDeleteSubscriber.php
tests/Wallabag/ApiBundle/Controller/DeveloperControllerTest.php
tests/Wallabag/ApiBundle/Controller/EntryRestControllerTest.php
tests/Wallabag/ApiBundle/Controller/TagRestControllerTest.php
tests/Wallabag/ApiBundle/WallabagApiTestCase.php
tests/Wallabag/CoreBundle/Command/ExportCommandTest.php
tests/Wallabag/CoreBundle/Command/InstallCommandTest.php
tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
tests/Wallabag/CoreBundle/Controller/ExportControllerTest.php
tests/Wallabag/CoreBundle/Controller/TagControllerTest.php
tests/Wallabag/CoreBundle/WallabagCoreTestCase.php
tests/Wallabag/ImportBundle/Command/ImportCommandTest.php
tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php