Tobias Gritschacher has submitted this change and it was merged. Change subject: Make use of @covers tag to increase test coverage report accuracy ......................................................................
Make use of @covers tag to increase test coverage report accuracy Change-Id: I13cfd70d5bc7651f68cc0984cb00e9ea3cf7c077 --- M Tests/Phpunit/Language/Description/AnyValueTest.php M Tests/Phpunit/Language/Description/ConjunctionTest.php M Tests/Phpunit/Language/Description/DisjunctionTest.php M Tests/Phpunit/Language/Description/SomePropertyTest.php M Tests/Phpunit/Language/Description/ValueDescriptionTest.php M Tests/Phpunit/Language/Option/PropertyValueSortExpressionTest.php M Tests/Phpunit/Language/Option/QueryOptionsTest.php M Tests/Phpunit/Language/Option/SortOptionsTest.php M Tests/Phpunit/Language/QueryTest.php M Tests/Phpunit/Language/Selection/PropertySelectionTest.php M Tests/Phpunit/Language/Selection/SubjectSelectionTest.php 11 files changed, 11 insertions(+), 11 deletions(-) Approvals: Tobias Gritschacher: Looks good to me, approved jenkins-bot: Verified diff --git a/Tests/Phpunit/Language/Description/AnyValueTest.php b/Tests/Phpunit/Language/Description/AnyValueTest.php index e4fc335..2adbf5f 100644 --- a/Tests/Phpunit/Language/Description/AnyValueTest.php +++ b/Tests/Phpunit/Language/Description/AnyValueTest.php @@ -5,7 +5,7 @@ use Ask\Language\Description\AnyValue; /** - * Unit tests for the Ask\Language\Description\AnyValue class. + * @covers Ask\Language\Description\AnyValue * * 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 diff --git a/Tests/Phpunit/Language/Description/ConjunctionTest.php b/Tests/Phpunit/Language/Description/ConjunctionTest.php index acdbf51..2fcf840 100644 --- a/Tests/Phpunit/Language/Description/ConjunctionTest.php +++ b/Tests/Phpunit/Language/Description/ConjunctionTest.php @@ -8,7 +8,7 @@ use Ask\Language\Description\Disjunction; /** - * Unit tests for the Ask\Language\Description\Intersection class. + * @covers Ask\Language\Description\Intersection * * 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 diff --git a/Tests/Phpunit/Language/Description/DisjunctionTest.php b/Tests/Phpunit/Language/Description/DisjunctionTest.php index 3ff1bc9..18497fa 100644 --- a/Tests/Phpunit/Language/Description/DisjunctionTest.php +++ b/Tests/Phpunit/Language/Description/DisjunctionTest.php @@ -7,7 +7,7 @@ use Ask\Language\Description\Disjunction; /** - * Unit tests for the Ask\Language\Description\Union class. + * @covers Ask\Language\Description\Union * * 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 diff --git a/Tests/Phpunit/Language/Description/SomePropertyTest.php b/Tests/Phpunit/Language/Description/SomePropertyTest.php index fd5ec96..d084c89 100644 --- a/Tests/Phpunit/Language/Description/SomePropertyTest.php +++ b/Tests/Phpunit/Language/Description/SomePropertyTest.php @@ -6,7 +6,7 @@ use DataValues\PropertyValue; /** - * Unit tests for the Ask\Language\Description\SomeProperty class. + * @covers Ask\Language\Description\SomeProperty * * 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 diff --git a/Tests/Phpunit/Language/Description/ValueDescriptionTest.php b/Tests/Phpunit/Language/Description/ValueDescriptionTest.php index 94860b6..2d9d036 100644 --- a/Tests/Phpunit/Language/Description/ValueDescriptionTest.php +++ b/Tests/Phpunit/Language/Description/ValueDescriptionTest.php @@ -5,7 +5,7 @@ use Ask\Language\Description\ValueDescription; /** - * Unit tests for the Ask\Language\Description\ValueDescription class. + * @covers Ask\Language\Description\ValueDescription * * 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 diff --git a/Tests/Phpunit/Language/Option/PropertyValueSortExpressionTest.php b/Tests/Phpunit/Language/Option/PropertyValueSortExpressionTest.php index 4605991..a7ec411 100644 --- a/Tests/Phpunit/Language/Option/PropertyValueSortExpressionTest.php +++ b/Tests/Phpunit/Language/Option/PropertyValueSortExpressionTest.php @@ -5,7 +5,7 @@ use Ask\Language\Option\SortExpression; /** - * Tests for the Ask\Language\Option\PropertyValueSortExpression class. + * @covers Ask\Language\Option\PropertyValueSortExpression * * 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 diff --git a/Tests/Phpunit/Language/Option/QueryOptionsTest.php b/Tests/Phpunit/Language/Option/QueryOptionsTest.php index 908b2d2..280b9a2 100644 --- a/Tests/Phpunit/Language/Option/QueryOptionsTest.php +++ b/Tests/Phpunit/Language/Option/QueryOptionsTest.php @@ -5,7 +5,7 @@ use Ask\Language\Option\QueryOptions; /** - * Tests for the Ask\Language\Option\QueryOptions class. + * @covers Ask\Language\Option\QueryOptions * * 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 diff --git a/Tests/Phpunit/Language/Option/SortOptionsTest.php b/Tests/Phpunit/Language/Option/SortOptionsTest.php index bf6214d..c53c853 100644 --- a/Tests/Phpunit/Language/Option/SortOptionsTest.php +++ b/Tests/Phpunit/Language/Option/SortOptionsTest.php @@ -5,7 +5,7 @@ use Ask\Language\Option\SortOptions; /** - * Tests for the Ask\Language\Option\QueryOptions class. + * @covers Ask\Language\Option\QueryOptions * * 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 diff --git a/Tests/Phpunit/Language/QueryTest.php b/Tests/Phpunit/Language/QueryTest.php index 93e0bf9..5cde89f 100644 --- a/Tests/Phpunit/Language/QueryTest.php +++ b/Tests/Phpunit/Language/QueryTest.php @@ -6,7 +6,7 @@ use Ask\Language\Query; /** - * Unit tests for the Ask\Language\Query class. + * @covers Ask\Language\Query * * 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 diff --git a/Tests/Phpunit/Language/Selection/PropertySelectionTest.php b/Tests/Phpunit/Language/Selection/PropertySelectionTest.php index 825a6b9..22b3243 100644 --- a/Tests/Phpunit/Language/Selection/PropertySelectionTest.php +++ b/Tests/Phpunit/Language/Selection/PropertySelectionTest.php @@ -5,7 +5,7 @@ use Ask\Language\Selection\PropertySelection; /** - * Unit tests for the Ask\Language\Selection\PropertySelection class. + * @covers Ask\Language\Selection\PropertySelection * * 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 diff --git a/Tests/Phpunit/Language/Selection/SubjectSelectionTest.php b/Tests/Phpunit/Language/Selection/SubjectSelectionTest.php index fd87259..491ce53 100644 --- a/Tests/Phpunit/Language/Selection/SubjectSelectionTest.php +++ b/Tests/Phpunit/Language/Selection/SubjectSelectionTest.php @@ -5,7 +5,7 @@ use Ask\Language\Selection\SubjectSelection; /** - * Unit tests for the Ask\Language\Selection\ThisSelection class. + * @covers Ask\Language\Selection\ThisSelection * * 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 -- To view, visit https://gerrit.wikimedia.org/r/63161 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I13cfd70d5bc7651f68cc0984cb00e9ea3cf7c077 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
