From f92ebf8aabe4b2fac855218a58e85f5462f025bf Mon Sep 17 00:00:00 2001 From: umherirrender Date: Thu, 30 Oct 2014 17:58:21 +0100 Subject: [PATCH] Remove double semicolon Change-Id: I96b6210d24ee110327feef01907d81630c9fb330 --- tests/phpunit/includes/api/query/ApiQueryContinueTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/api/query/ApiQueryContinueTest.php b/tests/phpunit/includes/api/query/ApiQueryContinueTest.php index 328d839bcf..56130f116a 100644 --- a/tests/phpunit/includes/api/query/ApiQueryContinueTest.php +++ b/tests/phpunit/includes/api/query/ApiQueryContinueTest.php @@ -148,7 +148,7 @@ class ApiQueryContinueTest extends ApiQueryContinueTestBase { }; // generator + 2 props $data = $this->query( $mk( 99, 99, 99 ), 1, 'G2P', false ) + - array( 'batchcomplete' => '' );; + array( 'batchcomplete' => '' ); $this->checkC( $data, $mk( 1, 1, 1 ), 16, 'G2P-111' ); $this->checkC( $data, $mk( 2, 2, 2 ), 9, 'G2P-222' ); $this->checkC( $data, $mk( 3, 3, 3 ), 6, 'G2P-333' ); -- 2.20.1