From aebbe31a827e9fc32271b3c38cc3db1eb8f8f887 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 5 Nov 2013 17:06:23 +1100 Subject: [PATCH] ApiFormatWddxTest @requires wddx_deserialize Not the format module, that works fine without it, the test just fails. Change-Id: I8135bbdbb070485bc3477fce474f36412f7547af --- tests/phpunit/includes/api/format/ApiFormatWddxTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/includes/api/format/ApiFormatWddxTest.php b/tests/phpunit/includes/api/format/ApiFormatWddxTest.php index 2cf6dcafb4..d075f5477d 100644 --- a/tests/phpunit/includes/api/format/ApiFormatWddxTest.php +++ b/tests/phpunit/includes/api/format/ApiFormatWddxTest.php @@ -8,6 +8,9 @@ */ class ApiFormatWddxTest extends ApiFormatTestBase { + /** + * @requires function wddx_deserialize + */ public function testValidSyntax( ) { $data = $this->apiRequest( 'wddx', array( 'action' => 'query', 'meta' => 'siteinfo' ) ); -- 2.20.1