From 911fa591f0e9a547cd0d8754d92e0f73fd749158 Mon Sep 17 00:00:00 2001 From: Reedy Date: Fri, 24 Jan 2014 06:29:11 +0000 Subject: [PATCH] Fix testValidyntax to testValidSyntax Change-Id: I6157fec56a5455888200752d757602ddb640fd1e --- tests/phpunit/includes/api/format/ApiFormatPhpTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/api/format/ApiFormatPhpTest.php b/tests/phpunit/includes/api/format/ApiFormatPhpTest.php index 759dfc71d0..54f447a92a 100644 --- a/tests/phpunit/includes/api/format/ApiFormatPhpTest.php +++ b/tests/phpunit/includes/api/format/ApiFormatPhpTest.php @@ -8,7 +8,7 @@ */ class ApiFormatPhpTest extends ApiFormatTestBase { - public function testValidyntax( ) { + public function testValidSyntax( ) { $data = $this->apiRequest( 'php', array( 'action' => 'query', 'meta' => 'siteinfo' ) ); $this->assertInternalType( 'array', unserialize( $data ) ); -- 2.20.1