Fix check for function wddx_deserialize in tests for hhvm
authorumherirrender <umherirrender_de.wp@web.de>
Wed, 10 Dec 2014 20:09:36 +0000 (21:09 +0100)
committerBryanDavis <bdavis@wikimedia.org>
Wed, 10 Dec 2014 22:25:25 +0000 (22:25 +0000)
commitbe3f554c956b179fb5b4c8bd18d619be51f38171
tree1d514d1396292ee829c541ab093301329148710f
parentc734d538602e26b097a97523894f0d3fdd8e052b
Fix check for function wddx_deserialize in tests for hhvm

The @requires just works for other tests, not for php functions.

This fixed a failure for the hhvm test server:
1) ApiFormatWddxTest::testValidSyntax
Failed asserting that null is of type "array".

Change-Id: Iadd8238ce62d4803cdf56508886ad016f8ac8f1d
tests/phpunit/includes/api/format/ApiFormatWddxTest.php