summaryrefslogtreecommitdiff
path: root/ext/wddx
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-09-05 13:52:24 +0000
committerPierre Joye <pajoye@php.net>2011-09-05 13:52:24 +0000
commit5d62cd153070d50c0b417c6d43d58fde438381e8 (patch)
tree0746492addce3917318731607fa6f1a096417106 /ext/wddx
parent07fae45eb7207c6d68e760ba8ce19dbe64543445 (diff)
downloadphp-git-5d62cd153070d50c0b417c6d43d58fde438381e8.tar.gz
- add skipif
Diffstat (limited to 'ext/wddx')
-rw-r--r--ext/wddx/tests/bug52468.phpt6
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