diff options
author | Reedy <reedy@wikimedia.org> | 2021-12-15 21:20:33 +0000 |
---|---|---|
committer | Reedy <reedy@wikimedia.org> | 2021-12-15 21:21:45 +0000 |
commit | 0bc26db25a6bc875aff76bb23654f6ecb2174807 (patch) | |
tree | ea63d086e401d5eb239b8842bfb9a4dcf779c63c /tests/phpunit/unit/documentation/ReleaseNotesTest.php | |
parent | 275dec4f18007406404507e18cfa0dab4b6e76d6 (diff) | |
download | mediawikicore-0bc26db25a6bc875aff76bb23654f6ecb2174807.tar.gz mediawikicore-0bc26db25a6bc875aff76bb23654f6ecb2174807.zip |
Add composer releasenotes command
Bug: T297826
Change-Id: Ia2ab03f27d423c4c318da803172957d5ff5c0311
Diffstat (limited to 'tests/phpunit/unit/documentation/ReleaseNotesTest.php')
-rw-r--r-- | tests/phpunit/unit/documentation/ReleaseNotesTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 { /** |