mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02:00
[ticket/11620] Fixed a typo on check_ban_test
PHPBB3-11620
This commit is contained in:
@@ -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),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user