mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
[ticket/16288] PHP 8 compatibility
PHPBB3-16288
This commit is contained in:
@@ -110,7 +110,7 @@ class phpbb_request_var_test extends phpbb_test_case
|
||||
);
|
||||
|
||||
$result = request_var($path, $default);
|
||||
$this->assertEquals($expected, $result, 'Testing deep access to multidimensional input arrays: ' . $path);
|
||||
$this->assertEquals($expected, $result);
|
||||
}
|
||||
|
||||
public function deep_access()
|
||||
|
Reference in New Issue
Block a user