diff options
author | Antony Dovgal <tony2001@php.net> | 2007-05-07 17:23:53 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-05-07 17:23:53 +0000 |
commit | ccd97f3a21b73e037eac37bcf5fa64d349a519e2 (patch) | |
tree | 436cf97487822b0be8c86b07ee70a61c78b11f01 /ext/soap/tests/bugs/bug31695.phpt | |
parent | 8d9be0338b5a8e3b595fa24f269fc4bdc73fb75c (diff) | |
download | php-git-ccd97f3a21b73e037eac37bcf5fa64d349a519e2.tar.gz |
fix test names
Diffstat (limited to 'ext/soap/tests/bugs/bug31695.phpt')
-rw-r--r-- | ext/soap/tests/bugs/bug31695.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/tests/bugs/bug31695.phpt b/ext/soap/tests/bugs/bug31695.phpt index 770f5b4b6d..60eb40c1ef 100644 --- a/ext/soap/tests/bugs/bug31695.phpt +++ b/ext/soap/tests/bugs/bug31695.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #31695 Cannot redefine endpoint when using WSDL +Bug #31695 (Cannot redefine endpoint when using WSDL) --SKIPIF-- <?php require_once('skipif.inc'); ?> --FILE-- |