wallabag/tests/Wallabag/CoreBundle
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
..
Command Isolated tests 2017-05-31 16:03:54 +02:00
Controller Isolated tests 2017-05-31 16:03:54 +02:00
Event Fixing tests 2016-10-30 11:27:09 +01:00
fixtures Use doctrine event to download images 2016-10-30 10:48:29 +01:00
Form/DataTransformer Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
GuzzleSiteAuthenticator Skip auth when no credentials are found 2017-05-09 22:53:42 +02:00
Helper Avoid returning objects passed by reference. 2017-06-01 09:43:01 +02:00
Mock Jump to Symfony 3.1 2016-06-22 17:59:35 +02:00
ParamConverter CS & improve tags assertions 2017-05-31 10:38:15 +02:00
Tools Fix incorrect reading time calculation for entries in languages with 2016-11-28 01:15:06 +02:00
Twig Add simple stats in footer 2016-10-01 16:03:50 +02:00
WallabagCoreTestCase.php Isolated tests 2017-05-31 16:03:54 +02:00