diff options
author | Pierre Joye <pajoye@php.net> | 2011-09-05 13:52:24 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-09-05 13:52:24 +0000 |
commit | 5d62cd153070d50c0b417c6d43d58fde438381e8 (patch) | |
tree | 0746492addce3917318731607fa6f1a096417106 /ext/wddx | |
parent | 07fae45eb7207c6d68e760ba8ce19dbe64543445 (diff) | |
download | php-git-5d62cd153070d50c0b417c6d43d58fde438381e8.tar.gz |
- add skipif
Diffstat (limited to 'ext/wddx')
-rw-r--r-- | ext/wddx/tests/bug52468.phpt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/wddx/tests/bug52468.phpt b/ext/wddx/tests/bug52468.phpt index 151c236396..b0d8eb329d 100644 --- a/ext/wddx/tests/bug52468.phpt +++ b/ext/wddx/tests/bug52468.phpt @@ -1,5 +1,11 @@ --TEST-- Bug #52468 (wddx_deserialize corrupts integer field value when left empty) +--SKIPIF-- +<?php +if (!extension_loaded('wddx')) { + die('skip. wddx not available'); +} +?> --FILE-- <?php |