1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11620] Changes for code guidelines consistency

PHPBB3-11620
This commit is contained in:
Andy Chase
2013-07-22 11:13:31 -07:00
parent de2cb59533
commit cc1aef47fb
3 changed files with 15 additions and 13 deletions

View File

@@ -32,8 +32,8 @@ class phpbb_session_extract_page_test extends phpbb_session_test_case
'root_script_path' => '/phpBB/',
'page' => 'index.php',
'forum' => 0,
)
) ,
),
),
array(
'./',
'/phpBB/ucp.php',
@@ -47,8 +47,8 @@ class phpbb_session_extract_page_test extends phpbb_session_test_case
'root_script_path' => '/phpBB/',
'page' => 'ucp.php?mode=login',
'forum' => 0,
)
) ,
),
),
array(
'./',
'/phpBB/ucp.php',
@@ -62,8 +62,8 @@ class phpbb_session_extract_page_test extends phpbb_session_test_case
'root_script_path' => '/phpBB/',
'page' => 'ucp.php?mode=register',
'forum' => 0,
)
) ,
),
),
array(
'./',
'/phpBB/ucp.php',
@@ -77,8 +77,8 @@ class phpbb_session_extract_page_test extends phpbb_session_test_case
'root_script_path' => '/phpBB/',
'page' => 'ucp.php?mode=register',
'forum' => 0,
)
) ,
),
),
array(
'./../',
'/phpBB/adm/index.php',
@@ -93,8 +93,8 @@ class phpbb_session_extract_page_test extends phpbb_session_test_case
'root_script_path' => '/phpBB/',
//'page' => 'adm/index.php',
'forum' => 0,
)
)
),
),
);
}