1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/17422] Add author_id search tests

PHPBB-17422
This commit is contained in:
rxu
2024-10-31 00:51:05 +07:00
parent be52902541
commit eeede1ab6c
2 changed files with 37 additions and 2 deletions

View File

@@ -1525,7 +1525,7 @@ class phpbb_functional_test_case extends phpbb_test_case
*
* @return bool Returns true if a user exists, false otherwise
*/
protected function user_exists($username, $user_id = null)
protected function user_exists(&$username, &$user_id = null)
{
global $db;