diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-24 15:52:52 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-24 15:53:09 -0400 |
commit | 69d8149a8f9bf5ea6f88a3221cedf8307d88dadf (patch) | |
tree | 246a7a5cf4c45c7731c52a906ab89346497d27c4 | |
parent | e2ea641cc4301d7fb591da88430b640cc41022c0 (diff) | |
download | forums-69d8149a8f9bf5ea6f88a3221cedf8307d88dadf.tar forums-69d8149a8f9bf5ea6f88a3221cedf8307d88dadf.tar.gz forums-69d8149a8f9bf5ea6f88a3221cedf8307d88dadf.tar.bz2 forums-69d8149a8f9bf5ea6f88a3221cedf8307d88dadf.tar.xz forums-69d8149a8f9bf5ea6f88a3221cedf8307d88dadf.zip |
[feature/oauth] Clean up oauth_tokens test fixture
PHPBB3-11673
-rw-r--r-- | tests/auth/fixtures/oauth_tokens.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auth/fixtures/oauth_tokens.xml b/tests/auth/fixtures/oauth_tokens.xml index 6bf6d22172..9f757af715 100644 --- a/tests/auth/fixtures/oauth_tokens.xml +++ b/tests/auth/fixtures/oauth_tokens.xml @@ -5,20 +5,5 @@ <column>session_id</column> <column>provider</column> <column>oauth_token</column> - <row> - <value>1</value> - <value>foobar</value> - <value>foobar</value> - <value>$H$9E45lK6J8nLTSm9oJE5aNCSTFK9wqa/</value> - <value>0</value> - <value>0</value> - <value>example@example.com</value> - <value>0</value> - <value>0</value> - <value></value> - <value></value> - <value></value> - <value></value> - </row> </table> </dataset>
\ No newline at end of file |