]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Jump to Symfony 3.1
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 1 Jun 2016 19:27:35 +0000 (21:27 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 22 Jun 2016 15:59:35 +0000 (17:59 +0200)
commit23634d5d842dabcf5d7475e2becb7e127824239e
treeb91688722a996c46f27e8fe0542c356424483da3
parent891a026e31ad54ca90b70f6026f23260cfadb7fd
Jump to Symfony 3.1
53 files changed:
.travis.yml
app/config/config.yml
app/config/config_dev.yml
app/config/config_prod.yml
bin/phpunit [deleted symlink]
composer.json
phpunit.xml.dist
src/Wallabag/CoreBundle/Form/Type/ConfigType.php
src/Wallabag/CoreBundle/Form/Type/EntryFilterType.php
tests/Wallabag/AnnotationBundle/Controller/AnnotationControllerTest.php [moved from src/Wallabag/AnnotationBundle/Tests/Controller/AnnotationControllerTest.php with 97% similarity]
tests/Wallabag/AnnotationBundle/WallabagAnnotationTestCase.php [moved from src/Wallabag/AnnotationBundle/Tests/WallabagAnnotationTestCase.php with 97% similarity]
tests/Wallabag/ApiBundle/Controller/WallabagRestControllerTest.php [moved from src/Wallabag/ApiBundle/Tests/Controller/WallabagRestControllerTest.php with 99% similarity]
tests/Wallabag/ApiBundle/WallabagApiTestCase.php [moved from src/Wallabag/ApiBundle/Tests/WallabagApiTestCase.php with 97% similarity]
tests/Wallabag/CoreBundle/Command/InstallCommandTest.php [moved from src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php with 98% similarity]
tests/Wallabag/CoreBundle/Command/TagAllCommandTest.php [moved from src/Wallabag/CoreBundle/Tests/Command/TagAllCommandTest.php with 94% similarity]
tests/Wallabag/CoreBundle/Controller/ConfigControllerTest.php [moved from src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php with 99% similarity]
tests/Wallabag/CoreBundle/Controller/DeveloperControllerTest.php [moved from src/Wallabag/CoreBundle/Tests/Controller/DeveloperControllerTest.php with 95% similarity]
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php [moved from src/Wallabag/CoreBundle/Tests/Controller/EntryControllerTest.php with 99% similarity]
tests/Wallabag/CoreBundle/Controller/ExportControllerTest.php [moved from src/Wallabag/CoreBundle/Tests/Controller/ExportControllerTest.php with 98% similarity]
tests/Wallabag/CoreBundle/Controller/RssControllerTest.php [moved from src/Wallabag/CoreBundle/Tests/Controller/RssControllerTest.php with 97% similarity]
tests/Wallabag/CoreBundle/Controller/SecurityControllerTest.php [moved from src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php with 95% similarity]
tests/Wallabag/CoreBundle/Controller/SettingsControllerTest.php [moved from src/Wallabag/CoreBundle/Tests/Controller/SettingsControllerTest.php with 88% similarity]
tests/Wallabag/CoreBundle/Controller/StaticControllerTest.php [moved from src/Wallabag/CoreBundle/Tests/Controller/StaticControllerTest.php with 84% similarity]
tests/Wallabag/CoreBundle/Controller/TagControllerTest.php [moved from src/Wallabag/CoreBundle/Tests/Controller/TagControllerTest.php with 97% similarity]
tests/Wallabag/CoreBundle/EventListener/LocaleListenerTest.php [moved from src/Wallabag/CoreBundle/Tests/EventListener/LocaleListenerTest.php with 98% similarity]
tests/Wallabag/CoreBundle/EventListener/RegistrationConfirmedListenerTest.php [moved from src/Wallabag/CoreBundle/Tests/EventListener/RegistrationConfirmedListenerTest.php with 97% similarity]
tests/Wallabag/CoreBundle/EventListener/UserLocaleListenerTest.php [moved from src/Wallabag/CoreBundle/Tests/EventListener/UserLocaleListenerTest.php with 97% similarity]
tests/Wallabag/CoreBundle/Form/DataTransformer/StringToListTransformerTest.php [moved from src/Wallabag/CoreBundle/Tests/Form/DataTransformer/StringToListTransformerTest.php with 96% similarity]
tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php [moved from src/Wallabag/CoreBundle/Tests/Helper/ContentProxyTest.php with 99% similarity]
tests/Wallabag/CoreBundle/Helper/RedirectTest.php [moved from src/Wallabag/CoreBundle/Tests/Helper/RedirectTest.php with 96% similarity]
tests/Wallabag/CoreBundle/Helper/RuleBasedTaggerTest.php [moved from src/Wallabag/CoreBundle/Tests/Helper/RuleBasedTaggerTest.php with 99% similarity]
tests/Wallabag/CoreBundle/Mock/InstallCommandMock.php [moved from src/Wallabag/CoreBundle/Tests/Mock/InstallCommandMock.php with 92% similarity]
tests/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverterTest.php [moved from src/Wallabag/CoreBundle/Tests/ParamConverter/UsernameRssTokenConverterTest.php with 99% similarity]
tests/Wallabag/CoreBundle/Subscriber/TablePrefixSubscriberTest.php [moved from src/Wallabag/CoreBundle/Tests/Subscriber/TablePrefixSubscriberTest.php with 99% similarity]
tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php [moved from src/Wallabag/CoreBundle/Tests/Twig/WallabagExtensionTest.php with 91% similarity]
tests/Wallabag/CoreBundle/WallabagCoreTestCase.php [moved from src/Wallabag/CoreBundle/Tests/WallabagCoreTestCase.php with 96% similarity]
tests/Wallabag/ImportBundle/Controller/ImportControllerTest.php [moved from src/Wallabag/ImportBundle/Tests/Controller/ImportControllerTest.php with 87% similarity]
tests/Wallabag/ImportBundle/Controller/PocketControllerTest.php [moved from src/Wallabag/ImportBundle/Tests/Controller/PocketControllerTest.php with 95% similarity]
tests/Wallabag/ImportBundle/Controller/WallabagV1ControllerTest.php [moved from src/Wallabag/ImportBundle/Tests/Controller/WallabagV1ControllerTest.php with 97% similarity]
tests/Wallabag/ImportBundle/Controller/WallabagV2ControllerTest.php [moved from src/Wallabag/ImportBundle/Tests/Controller/WallabagV2ControllerTest.php with 97% similarity]
tests/Wallabag/ImportBundle/Import/ImportChainTest.php [moved from src/Wallabag/ImportBundle/Tests/Import/ImportChainTest.php with 92% similarity]
tests/Wallabag/ImportBundle/Import/ImportCompilerPassTest.php [moved from src/Wallabag/ImportBundle/Tests/Import/ImportCompilerPassTest.php with 96% similarity]
tests/Wallabag/ImportBundle/Import/PocketImportTest.php [moved from src/Wallabag/ImportBundle/Tests/Import/PocketImportTest.php with 99% similarity]
tests/Wallabag/ImportBundle/Import/WallabagV1ImportTest.php [moved from src/Wallabag/ImportBundle/Tests/Import/WallabagV1ImportTest.php with 99% similarity]
tests/Wallabag/ImportBundle/Import/WallabagV2ImportTest.php [moved from src/Wallabag/ImportBundle/Tests/Import/WallabagV2ImportTest.php with 99% similarity]
tests/Wallabag/ImportBundle/fixtures/test.html [moved from src/Wallabag/ImportBundle/Tests/fixtures/test.html with 100% similarity]
tests/Wallabag/ImportBundle/fixtures/test.txt [moved from src/Wallabag/ImportBundle/Tests/fixtures/test.txt with 100% similarity]
tests/Wallabag/ImportBundle/fixtures/wallabag-v1-read.json [moved from src/Wallabag/ImportBundle/Tests/fixtures/wallabag-v1-read.json with 100% similarity]
tests/Wallabag/ImportBundle/fixtures/wallabag-v1.json [moved from src/Wallabag/ImportBundle/Tests/fixtures/wallabag-v1.json with 100% similarity]
tests/Wallabag/ImportBundle/fixtures/wallabag-v2-read.json [moved from src/Wallabag/ImportBundle/Tests/fixtures/wallabag-v2-read.json with 100% similarity]
tests/Wallabag/ImportBundle/fixtures/wallabag-v2.json [moved from src/Wallabag/ImportBundle/Tests/fixtures/wallabag-v2.json with 100% similarity]
tests/Wallabag/UserBundle/Mailer/AuthCodeMailerTest.php [moved from src/Wallabag/UserBundle/Tests/Mailer/AuthCodeMailerTest.php with 98% similarity]
web/app.php