mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11620] Add commas in extract_page_test
PHPBB3-11620
This commit is contained in:
parent
71fbe74ede
commit
e8facfc735
1 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@ class phpbb_session_extract_page_test extends phpbb_database_test_case
|
||||||
'script_path' => '/phpBB/',
|
'script_path' => '/phpBB/',
|
||||||
'root_script_path' => '/phpBB/',
|
'root_script_path' => '/phpBB/',
|
||||||
'page' => 'index.php',
|
'page' => 'index.php',
|
||||||
'forum' => 0
|
'forum' => 0,
|
||||||
)
|
)
|
||||||
) ,
|
) ,
|
||||||
array(
|
array(
|
||||||
|
@ -44,7 +44,7 @@ class phpbb_session_extract_page_test extends phpbb_database_test_case
|
||||||
'script_path' => '/phpBB/',
|
'script_path' => '/phpBB/',
|
||||||
'root_script_path' => '/phpBB/',
|
'root_script_path' => '/phpBB/',
|
||||||
'page' => 'ucp.php?mode=login',
|
'page' => 'ucp.php?mode=login',
|
||||||
'forum' => 0
|
'forum' => 0,
|
||||||
)
|
)
|
||||||
) ,
|
) ,
|
||||||
array(
|
array(
|
||||||
|
@ -59,7 +59,7 @@ class phpbb_session_extract_page_test extends phpbb_database_test_case
|
||||||
'script_path' => '/phpBB/',
|
'script_path' => '/phpBB/',
|
||||||
'root_script_path' => '/phpBB/',
|
'root_script_path' => '/phpBB/',
|
||||||
'page' => 'ucp.php?mode=register',
|
'page' => 'ucp.php?mode=register',
|
||||||
'forum' => 0
|
'forum' => 0,
|
||||||
)
|
)
|
||||||
) ,
|
) ,
|
||||||
array(
|
array(
|
||||||
|
@ -74,7 +74,7 @@ class phpbb_session_extract_page_test extends phpbb_database_test_case
|
||||||
'script_path' => '/phpBB/',
|
'script_path' => '/phpBB/',
|
||||||
'root_script_path' => '/phpBB/',
|
'root_script_path' => '/phpBB/',
|
||||||
'page' => 'ucp.php?mode=register',
|
'page' => 'ucp.php?mode=register',
|
||||||
'forum' => 0
|
'forum' => 0,
|
||||||
)
|
)
|
||||||
) ,
|
) ,
|
||||||
array(
|
array(
|
||||||
|
@ -90,7 +90,7 @@ class phpbb_session_extract_page_test extends phpbb_database_test_case
|
||||||
'script_path' => '/phpBB/adm/',
|
'script_path' => '/phpBB/adm/',
|
||||||
'root_script_path' => '/phpBB/',
|
'root_script_path' => '/phpBB/',
|
||||||
//'page' => 'adm/index.php',
|
//'page' => 'adm/index.php',
|
||||||
'forum' => 0
|
'forum' => 0,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue