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/spl | |
| parent | b64823deb74d9a46728f90748dd5821915452302 (diff) | |
| download | php-git-1f6554512136708a3500f740df8593d368afccd8.tar.gz | |
fix test names
Diffstat (limited to 'ext/spl')
| -rwxr-xr-x | ext/spl/tests/bug33136.phpt | 2 | ||||
| -rwxr-xr-x | ext/spl/tests/bug36287.phpt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/bug33136.phpt b/ext/spl/tests/bug33136.phpt index 13b0583073..2f3155f272 100755 --- a/ext/spl/tests/bug33136.phpt +++ b/ext/spl/tests/bug33136.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #33136 method offsetSet in class extended from ArrayObject crash PHP +Bug #33136 (method offsetSet in class extended from ArrayObject crash PHP) --SKIPIF-- <?php if (!extension_loaded("spl")) print "skip"; ?> --FILE-- diff --git a/ext/spl/tests/bug36287.phpt b/ext/spl/tests/bug36287.phpt index 29ae0e2c9d..03e695e2a2 100755 --- a/ext/spl/tests/bug36287.phpt +++ b/ext/spl/tests/bug36287.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #36287 +Bug #36287 (Segfault with SplFileInfo conversion) --SKIPIF-- <?php if (!extension_loaded("spl")) print "skip"; ?> --FILE-- |
