diff options
| author | Antony Dovgal <tony2001@php.net> | 2007-05-07 18:03:01 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2007-05-07 18:03:01 +0000 |
| commit | 1f6554512136708a3500f740df8593d368afccd8 (patch) | |
| tree | fe19a7a5203fdf7147e2cf38081c546901b3c2a0 /ext/session/tests | |
| parent | b64823deb74d9a46728f90748dd5821915452302 (diff) | |
| download | php-git-1f6554512136708a3500f740df8593d368afccd8.tar.gz | |
fix test names
Diffstat (limited to 'ext/session/tests')
| -rw-r--r-- | ext/session/tests/bug31454.phpt | 2 | ||||
| -rw-r--r-- | ext/session/tests/bug36459.phpt | 2 | ||||
| -rw-r--r-- | ext/session/tests/bug38377.phpt | 2 |
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-- |
