aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Controller/SiteCredentialControllerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Disable controller access if feature disabledJeremy Benoist2017-11-221-0/+14
| | | | If `restricted_access` is disabled, accessing `/site-credentials/` must be disabled.
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-11/+11
|
* Fix reviewsThomas Citharel2017-06-201-1/+0
| | | | | | | | Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add a live test for restricted articleJeremy Benoist2017-06-201-22/+22
| | | | | | | It is not aimed to test if we can get the full article (since we aren't using real login/password) but mostly to test the full work (with authentication, etc.) Do not clean fixtured to avoid SQLite to re-use id for entry tag relation 😓
* Add menu access to site credentials CRUDJeremy Benoist2017-06-201-0/+140