Browse Source

- add skipif

pull/12/head
Pierre Joye 15 years ago
parent
commit
5d62cd1530
  1. 6
      ext/wddx/tests/bug52468.phpt

6
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

Loading…
Cancel
Save