wallabag/tests/Wallabag/CoreBundle/Helper
Jerome Charaoui 7aba665e48
Avoid returning objects passed by reference.
Objects are always passed by reference, so it doesn't make sense to
return an object which is passed by reference as it will always be the
same object. This change makes the code a bit more readable.
2017-06-01 09:43:01 +02:00
..
ContentProxyTest.php Avoid returning objects passed by reference. 2017-06-01 09:43:01 +02:00
DownloadImagesTest.php Added a configuration to define the redirection after archiving an entry 2016-11-16 23:07:34 +01:00
RedirectTest.php TagController: ignore ActionMarkAsRead when removing tag from entry 2017-05-31 00:36:46 +02:00
RuleBasedTaggerTest.php Added tests on logs records 2017-05-12 15:01:18 +02:00
TagsAssignerTest.php CS 2017-05-28 12:59:48 +02:00