jenkins-bot has submitted this change and it was merged.
Change subject: Added more fine grained groups for parser tests
......................................................................
Added more fine grained groups for parser tests
* Group "ParserTests" which allows to run all parser tests in PHPUnit without
running other tests
related to the MediaWiki parser from group "Parser"
* Dynamically generated groups to only run certain parser tests. All of those
groups are the parser
test file names ("." and "_" replaced) prefixed with "ParserTests_". This
allows to easily run
the parser tests of a certain extension separately without using
"parserTests.txt".
Change-Id: I03b87820c2968cf16eba2ac39cd8444a0e4dc41a
---
M tests/phpunit/includes/parser/MediaWikiParserTest.php
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Daniel Kinzler: Looks good to me, approved
jenkins-bot: Verified
diff --git a/tests/phpunit/includes/parser/MediaWikiParserTest.php
b/tests/phpunit/includes/parser/MediaWikiParserTest.php
index c5c7cf2..abc2f61 100644
--- a/tests/phpunit/includes/parser/MediaWikiParserTest.php
+++ b/tests/phpunit/includes/parser/MediaWikiParserTest.php
@@ -28,6 +28,8 @@
/**
* @group Database
* @group Parser
+ * @group ParserTests
+ * @group ParserTests_$parserTestClassName
*/
class $parserTestClassName extends NewParserTest {
protected \$file = '$escapedFileName';
--
To view, visit https://gerrit.wikimedia.org/r/60127
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I03b87820c2968cf16eba2ac39cd8444a0e4dc41a
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Daniel Werner <[email protected]>
Gerrit-Reviewer: Brian Wolff <[email protected]>
Gerrit-Reviewer: Daniel Kinzler <[email protected]>
Gerrit-Reviewer: Jeroen De Dauw <[email protected]>
Gerrit-Reviewer: Platonides <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits