aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth/fixtures
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-19 20:11:49 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-19 21:04:43 +0200
commit8595b2ae86ca14c83d8a61241fadec9f72a730c3 (patch)
treedc6858e8dcc5356887d1a32e8f5596c4ac0c940d /tests/auth/fixtures
parent7c5141842081e7f9031cb3063089d2d03a30a0fe (diff)
downloadforums-8595b2ae86ca14c83d8a61241fadec9f72a730c3.tar
forums-8595b2ae86ca14c83d8a61241fadec9f72a730c3.tar.gz
forums-8595b2ae86ca14c83d8a61241fadec9f72a730c3.tar.bz2
forums-8595b2ae86ca14c83d8a61241fadec9f72a730c3.tar.xz
forums-8595b2ae86ca14c83d8a61241fadec9f72a730c3.zip
[ticket/12716] Add regression test
PHPBB3-12716
Diffstat (limited to 'tests/auth/fixtures')
-rw-r--r--tests/auth/fixtures/oauth_tokens.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auth/fixtures/oauth_tokens.xml b/tests/auth/fixtures/oauth_tokens.xml
index 9bfb5a4422..cffa02a39d 100644
--- a/tests/auth/fixtures/oauth_tokens.xml
+++ b/tests/auth/fixtures/oauth_tokens.xml
@@ -5,6 +5,12 @@
<column>session_id</column>
<column>provider</column>
<column>oauth_token</column>
+ <row>
+ <value>1</value>
+ <value>9999</value>
+ <value>auth.provider.oauth.service.testing</value>
+ <value>{"token_class":"phpbb_not_a_token","accessToken":"error","refreshToken":0,"endOfLife":null,"extraParams":null}</value>
+ </row>
</table>
</dataset>