mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11620] Fixed a typo on check_ban_test
PHPBB3-11620
This commit is contained in:
parent
2d850ba7a8
commit
13e4271c50
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class phpbb_session_check_ban_test extends phpbb_session_test_case
|
|||
array('Matching values in the database, should be banned',
|
||||
4, '127.0.0.1', 'bar@example.org', true, /* ?: */ true),
|
||||
array('IP Banned, should be banned',
|
||||
false, '127.1.1.1', false, falseN, /* ?: */ true),
|
||||
false, '127.1.1.1', false, false, /* ?: */ true),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue