aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json1
-rw-r--r--tests/phpunit/unit/documentation/ReleaseNotesTest.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 3818df57ecad..1624f1aa9e11 100644
--- a/composer.json
+++ b/composer.json
@@ -136,6 +136,7 @@
"pre-update-cmd": "ComposerHookHandler::onPreUpdate",
"post-install-cmd": "ComposerVendorHtaccessCreator::onEvent",
"post-update-cmd": "ComposerVendorHtaccessCreator::onEvent",
+ "releasenotes": "@phpunit:entrypoint --group ReleaseNotes",
"test": [
"@lint .",
"@phpcs ."
diff --git a/tests/phpunit/unit/documentation/ReleaseNotesTest.php b/tests/phpunit/unit/documentation/ReleaseNotesTest.php
index f8313c072cf7..9ffbd3a990e6 100644
--- a/tests/phpunit/unit/documentation/ReleaseNotesTest.php
+++ b/tests/phpunit/unit/documentation/ReleaseNotesTest.php
@@ -2,6 +2,7 @@
/**
* James doesn't like having to manually fix these things.
+ * @group ReleaseNotes
*/
class ReleaseNotesTest extends MediaWikiUnitTestCase {
/**