]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add a live test for restricted article
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 3 May 2017 08:23:49 +0000 (10:23 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 20 Jun 2017 14:03:20 +0000 (16:03 +0200)
commit9de9f1e5ceed4ac7ecd27e1cb808e630a831f94b
tree6db9842b413ba4cec80b1d36c54cf77bf1a4c2c0
parentfd7fde95159828960784a438c4b4da147e20ab18
Add a live test for restricted article

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 ðŸ˜“
src/Wallabag/CoreBundle/Controller/SiteCredentialController.php
src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
tests/Wallabag/CoreBundle/Controller/SiteCredentialControllerTest.php
tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilderTest.php