[ticket/12574] Remove not used user_type

PHPBB3-12574
This commit is contained in:
Marc Alexander 2019-11-17 09:42:27 +01:00
parent f460194379
commit c11dbffbac
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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));