mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[ticket/17535] Fix global var names duplication
PHPBB-17535
This commit is contained in:
@@ -249,7 +249,7 @@ class phpbb_bbcode_parser_test extends \phpbb_test_case
|
|||||||
$this->markTestIncomplete($incomplete);
|
$this->markTestIncomplete($incomplete);
|
||||||
}
|
}
|
||||||
|
|
||||||
global $user, $request, $symfony_request, $phpbb_dispatcher, $config, $phpEx, $request, $symfony_request;
|
global $user, $request, $symfony_request, $phpbb_dispatcher, $config, $phpEx;
|
||||||
$phpEx = 'php';
|
$phpEx = 'php';
|
||||||
$config = new \phpbb\config\config([
|
$config = new \phpbb\config\config([
|
||||||
'max_post_font_size' => 0,
|
'max_post_font_size' => 0,
|
||||||
|
@@ -52,7 +52,7 @@ class phpbb_url_bbcode_test extends phpbb_test_case
|
|||||||
*/
|
*/
|
||||||
public function test_url($description, $message, $expected)
|
public function test_url($description, $message, $expected)
|
||||||
{
|
{
|
||||||
global $user, $request, $symfony_request, $phpbb_dispatcher, $config, $phpEx, $request, $symfony_request;
|
global $user, $request, $symfony_request, $phpbb_dispatcher, $config, $phpEx;
|
||||||
$phpEx = 'php';
|
$phpEx = 'php';
|
||||||
$config = new \phpbb\config\config([
|
$config = new \phpbb\config\config([
|
||||||
'max_post_font_size' => 0,
|
'max_post_font_size' => 0,
|
||||||
|
Reference in New Issue
Block a user