summaryrefslogtreecommitdiff
path: root/ext/session/tests
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-05-07 18:03:01 +0000
committerAntony Dovgal <tony2001@php.net>2007-05-07 18:03:01 +0000
commit1f6554512136708a3500f740df8593d368afccd8 (patch)
treefe19a7a5203fdf7147e2cf38081c546901b3c2a0 /ext/session/tests
parentb64823deb74d9a46728f90748dd5821915452302 (diff)
downloadphp-git-1f6554512136708a3500f740df8593d368afccd8.tar.gz
fix test names
Diffstat (limited to 'ext/session/tests')
-rw-r--r--ext/session/tests/bug31454.phpt2
-rw-r--r--ext/session/tests/bug36459.phpt2
-rw-r--r--ext/session/tests/bug38377.phpt2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/session/tests/bug31454.phpt b/ext/session/tests/bug31454.phpt
index 67f4f3b422..dd60996214 100644
--- a/ext/session/tests/bug31454.phpt
+++ b/ext/session/tests/bug31454.phpt
@@ -1,5 +1,5 @@
--TEST--
-bug #31454 (session_set_save_handler crashes PHP when supplied non-existent object ref)
+Bug #31454 (session_set_save_handler crashes PHP when supplied non-existent object ref)
--SKIPIF--
<?php include('skipif.inc'); ?>
--FILE--
diff --git a/ext/session/tests/bug36459.phpt b/ext/session/tests/bug36459.phpt
index 5d74b3bc4b..1488fb4ddd 100644
--- a/ext/session/tests/bug36459.phpt
+++ b/ext/session/tests/bug36459.phpt
@@ -1,5 +1,5 @@
--TEST--
-bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n)
+Bug #31454 (Incorrect adding PHPSESSID to links, which contains \r\n)
--SKIPIF--
<?php include('skipif.inc'); ?>
--INI--
diff --git a/ext/session/tests/bug38377.phpt b/ext/session/tests/bug38377.phpt
index 514e459637..bd33bddbdb 100644
--- a/ext/session/tests/bug38377.phpt
+++ b/ext/session/tests/bug38377.phpt
@@ -1,5 +1,5 @@
--TEST--
-bug #38377 (session_destroy() gives warning after session_regenerate_id())
+Bug #38377 (session_destroy() gives warning after session_regenerate_id())
--SKIPIF--
<?php include('skipif.inc'); ?>
--FILE--