jenkins-bot has submitted this change and it was merged. Change subject: Fix @covers tag in SortOptionsTest ......................................................................
Fix @covers tag in SortOptionsTest Change-Id: If7e5b050068585fc278fc2563191238e84e2c838 --- M Tests/Phpunit/Language/Option/SortOptionsTest.php 1 file changed, 3 insertions(+), 2 deletions(-) Approvals: Tobias Gritschacher: Looks good to me, approved jenkins-bot: Verified diff --git a/Tests/Phpunit/Language/Option/SortOptionsTest.php b/Tests/Phpunit/Language/Option/SortOptionsTest.php index b20766b..6836603 100644 --- a/Tests/Phpunit/Language/Option/SortOptionsTest.php +++ b/Tests/Phpunit/Language/Option/SortOptionsTest.php @@ -5,10 +5,11 @@ use Ask\Language\Option\PropertyValueSortExpression; use Ask\Language\Option\SortExpression; use Ask\Language\Option\SortOptions; +use Ask\Tests\Phpunit\AskTestCase; use DataValues\StringValue; /** - * @covers Ask\Language\Option\QueryOptions + * @covers Ask\Language\Option\SortOptions * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -36,7 +37,7 @@ * @licence GNU GPL v2+ * @author Jeroen De Dauw < [email protected] > */ -class SortOptionsTest extends \Ask\Tests\Phpunit\AskTestCase { +class SortOptionsTest extends AskTestCase { /** * @since 0.1 -- To view, visit https://gerrit.wikimedia.org/r/65297 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If7e5b050068585fc278fc2563191238e84e2c838 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Ask Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Anja Jentzsch <[email protected]> Gerrit-Reviewer: Ataherivand <[email protected]> Gerrit-Reviewer: Aude <[email protected]> Gerrit-Reviewer: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Daniel Werner <[email protected]> Gerrit-Reviewer: Denny Vrandecic <[email protected]> Gerrit-Reviewer: Henning Snater <[email protected]> Gerrit-Reviewer: Jens Ohlig <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: John Erling Blad <[email protected]> Gerrit-Reviewer: Lydia Pintscher <[email protected]> Gerrit-Reviewer: Markus Kroetzsch <[email protected]> Gerrit-Reviewer: Nikola Smolenski <[email protected]> Gerrit-Reviewer: Silke Meyer <[email protected]> Gerrit-Reviewer: Tobias Gritschacher <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
