]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Use namespaced PHPUnit classes
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 16 Dec 2017 21:17:42 +0000 (22:17 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 18 Dec 2017 12:29:33 +0000 (13:29 +0100)
commitbd91bd5c32dcec997e1cc1aff93f585dac093742
tree02be54155fe8ffb87d73a225bec6555f86056210
parent3ccf086391588b1eb0f6d7bcc420ed529f7fdd8f
Use namespaced PHPUnit classes
23 files changed:
tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
tests/Wallabag/CoreBundle/Helper/CryptoProxyTest.php
tests/Wallabag/CoreBundle/Helper/DownloadImagesTest.php
tests/Wallabag/CoreBundle/Helper/RedirectTest.php
tests/Wallabag/CoreBundle/Helper/RuleBasedTaggerTest.php
tests/Wallabag/CoreBundle/Helper/TagsAssignerTest.php
tests/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverterTest.php
tests/Wallabag/CoreBundle/Tools/UtilsTest.php
tests/Wallabag/CoreBundle/Twig/WallabagExtensionTest.php
tests/Wallabag/ImportBundle/Consumer/AMQPEntryConsumerTest.php
tests/Wallabag/ImportBundle/Consumer/RedisEntryConsumerTest.php
tests/Wallabag/ImportBundle/Import/ChromeImportTest.php
tests/Wallabag/ImportBundle/Import/FirefoxImportTest.php
tests/Wallabag/ImportBundle/Import/ImportChainTest.php
tests/Wallabag/ImportBundle/Import/ImportCompilerPassTest.php
tests/Wallabag/ImportBundle/Import/InstapaperImportTest.php
tests/Wallabag/ImportBundle/Import/PocketImportTest.php
tests/Wallabag/ImportBundle/Import/ReadabilityImportTest.php
tests/Wallabag/ImportBundle/Import/WallabagV1ImportTest.php
tests/Wallabag/ImportBundle/Import/WallabagV2ImportTest.php
tests/Wallabag/UserBundle/EventListener/AuthenticationFailureListenerTest.php
tests/Wallabag/UserBundle/EventListener/CreateConfigListenerTest.php
tests/Wallabag/UserBundle/Mailer/AuthCodeMailerTest.php