Jeroen De Dauw has uploaded a new change for review. https://gerrit.wikimedia.org/r/65297
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Ask refs/changes/97/65297/1 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: newchange Gerrit-Change-Id: If7e5b050068585fc278fc2563191238e84e2c838 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Ask Gerrit-Branch: master Gerrit-Owner: Jeroen De Dauw <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
