aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth/provider_db_test.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-05-30 23:00:57 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-06-01 21:31:05 +0200
commit4698f6928e44a24a7a10ff8b4fed2c1a24cab338 (patch)
treeedc7bba181871a9a87718a5e0662eaa3b0ccd4b6 /tests/auth/provider_db_test.php
parent0a1e21c17fe6181d3826ff88c86e4d040aff447f (diff)
downloadforums-4698f6928e44a24a7a10ff8b4fed2c1a24cab338.tar
forums-4698f6928e44a24a7a10ff8b4fed2c1a24cab338.tar.gz
forums-4698f6928e44a24a7a10ff8b4fed2c1a24cab338.tar.bz2
forums-4698f6928e44a24a7a10ff8b4fed2c1a24cab338.tar.xz
forums-4698f6928e44a24a7a10ff8b4fed2c1a24cab338.zip
[ticket/12352] Remove usages of user_pass_convert column
PHPBB3-12352
Diffstat (limited to 'tests/auth/provider_db_test.php')
-rw-r--r--tests/auth/provider_db_test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auth/provider_db_test.php b/tests/auth/provider_db_test.php
index f071709a4b..23324f87f2 100644
--- a/tests/auth/provider_db_test.php
+++ b/tests/auth/provider_db_test.php
@@ -70,7 +70,6 @@ class phpbb_auth_provider_db_test extends phpbb_database_test_case
'username' => 'foobar',
'user_password' => $password_hash,
'user_passchg' => '0',
- 'user_pass_convert' => '0',
'user_email' => 'example@example.com',
'user_type' => '0',
'user_login_attempts' => '0',