mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/12574] Remove not used user_type
PHPBB3-12574
This commit is contained in:
@@ -87,7 +87,6 @@ class phpbb_auth_provider_ldap_test extends phpbb_database_test_case
|
||||
{
|
||||
$user = array(
|
||||
'username' => 'admin',
|
||||
'user_type'
|
||||
);
|
||||
|
||||
$this->assertNull($this->provider->validate_session($user));
|
||||
|
Reference in New Issue
Block a user