aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilderTest.php
diff options
context:
space:
mode:
authorBertrand Dunogier <bertrand.dunogier@ez.no>2017-01-22 00:42:05 +0100
committerBertrand Dunogier <bertrand.dunogier@ez.no>2017-05-04 21:45:06 +0200
commit662db41baee404be3427b2b11b2d1fbf0aefcc8f (patch)
treea7147f2bf1c17b138699908fb8b13fe655514294 /tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilderTest.php
parent5b914b0422e08c4b4859050026823af677c97727 (diff)
downloadwallabag-662db41baee404be3427b2b11b2d1fbf0aefcc8f.tar.gz
wallabag-662db41baee404be3427b2b11b2d1fbf0aefcc8f.tar.zst
wallabag-662db41baee404be3427b2b11b2d1fbf0aefcc8f.zip
Changed parsing of login_extra_fields in guzzle auth
Diffstat (limited to 'tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilderTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilderTest.php b/tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilderTest.php
index aee67259..8341b11f 100644
--- a/tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilderTest.php
+++ b/tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilderTest.php
@@ -24,7 +24,7 @@ class GrabySiteConfigBuilderTest extends PHPUnit_Framework_TestCase
24 $grabySiteConfig->login_uri = 'http://example.com/login'; 24 $grabySiteConfig->login_uri = 'http://example.com/login';
25 $grabySiteConfig->login_username_field = 'login'; 25 $grabySiteConfig->login_username_field = 'login';
26 $grabySiteConfig->login_password_field = 'password'; 26 $grabySiteConfig->login_password_field = 'password';
27 $grabySiteConfig->login_extra_fields = ['field' => 'value']; 27 $grabySiteConfig->login_extra_fields = ['field=value'];
28 $grabySiteConfig->not_logged_in_xpath = '//div[@class="need-login"]'; 28 $grabySiteConfig->not_logged_in_xpath = '//div[@class="need-login"]';
29 29
30 $grabyConfigBuilderMock 30 $grabyConfigBuilderMock