mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +00:00
[ticket/12574] Remove not used user_type
PHPBB3-12574
This commit is contained in:
parent
f460194379
commit
c11dbffbac
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ class phpbb_auth_provider_ldap_test extends phpbb_database_test_case
|
||||||
{
|
{
|
||||||
$user = array(
|
$user = array(
|
||||||
'username' => 'admin',
|
'username' => 'admin',
|
||||||
'user_type'
|
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->assertNull($this->provider->validate_session($user));
|
$this->assertNull($this->provider->validate_session($user));
|
||||||
|
|
Loading…
Add table
Reference in a new issue