aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session
diff options
context:
space:
mode:
authorAndy Chase <asperous2@gmail.com>2013-07-01 15:09:13 -0700
committerAndy Chase <asperous2@gmail.com>2013-07-05 14:09:53 -0700
commite8facfc735ccc10fd106a169e2508b4c335a0e9e (patch)
treec1754cdb975b379c2fd09e5c6c324c36579af1cd /tests/session
parent71fbe74edea4ad2618fbd9161e83ccaabafea9ac (diff)
downloadforums-e8facfc735ccc10fd106a169e2508b4c335a0e9e.tar
forums-e8facfc735ccc10fd106a169e2508b4c335a0e9e.tar.gz
forums-e8facfc735ccc10fd106a169e2508b4c335a0e9e.tar.bz2
forums-e8facfc735ccc10fd106a169e2508b4c335a0e9e.tar.xz
forums-e8facfc735ccc10fd106a169e2508b4c335a0e9e.zip
[ticket/11620] Add commas in extract_page_test
PHPBB3-11620
Diffstat (limited to 'tests/session')
-rw-r--r--tests/session/extract_page_test.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/session/extract_page_test.php b/tests/session/extract_page_test.php
index 24fcb98164..94ed96c6d2 100644
--- a/tests/session/extract_page_test.php
+++ b/tests/session/extract_page_test.php
@@ -29,7 +29,7 @@ class phpbb_session_extract_page_test extends phpbb_database_test_case
'script_path' => '/phpBB/',
'root_script_path' => '/phpBB/',
'page' => 'index.php',
- 'forum' => 0
+ 'forum' => 0,
)
) ,
array(
@@ -44,7 +44,7 @@ class phpbb_session_extract_page_test extends phpbb_database_test_case
'script_path' => '/phpBB/',
'root_script_path' => '/phpBB/',
'page' => 'ucp.php?mode=login',
- 'forum' => 0
+ 'forum' => 0,
)
) ,
array(
@@ -59,7 +59,7 @@ class phpbb_session_extract_page_test extends phpbb_database_test_case
'script_path' => '/phpBB/',
'root_script_path' => '/phpBB/',
'page' => 'ucp.php?mode=register',
- 'forum' => 0
+ 'forum' => 0,
)
) ,
array(
@@ -74,7 +74,7 @@ class phpbb_session_extract_page_test extends phpbb_database_test_case
'script_path' => '/phpBB/',
'root_script_path' => '/phpBB/',
'page' => 'ucp.php?mode=register',
- 'forum' => 0
+ 'forum' => 0,
)
) ,
array(
@@ -90,7 +90,7 @@ class phpbb_session_extract_page_test extends phpbb_database_test_case
'script_path' => '/phpBB/adm/',
'root_script_path' => '/phpBB/',
//'page' => 'adm/index.php',
- 'forum' => 0
+ 'forum' => 0,
)
)
);