aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/WallabagCoreTestCase.php
Commit message (Collapse)AuthorAgeFilesLines
* fixup! Debug MySQL failingJeremy Benoist2018-10-291-4/+6
|
* fixup! Debug MySQL failingJeremy Benoist2018-10-291-6/+25
|
* Jump to Symfony 3.4Jeremy Benoist2018-10-041-2/+2
| | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle
* Add test on EntryControllerTest for #3442Kevin Decherf2017-12-131-0/+5
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-7/+7
|
* Isolated testsadev2017-05-311-5/+71
| | | | Use https://github.com/dmaicher/doctrine-test-bundle to have test isolation.
* Lock deps for FOSUserJeremy Benoist2016-10-111-3/+1
| | | | | We’ll wait until the final release will be out and other related project will be update to support it. Meanwhile we can safely lock to a previous version.
* Some fixes about upgrade from 2.0.x -> 2.1.0Nicolas Lœuillet2016-09-281-1/+1
|
* Avoid failing test for user who didn’t install RedisJeremy Benoist2016-09-241-0/+15
|
* Change the way to login user in testsJeremy Benoist2016-06-241-0/+32
| | | | | | | | | Instead of using a HTTP request we just login user like FOSUser does. It allows us to mock service in container for functional tests. Also, fix a bad config name in fos_user for firewall And finally, add functional test to PocketImport
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+51