Merge "Remove redundant documentation from test"

This commit is contained in:
jenkins-bot 2023-07-04 20:38:38 +00:00 committed by Gerrit Code Review
commit 184f6ccbf8

View file

@ -1,15 +1,4 @@
<?php
/**
* Test the TitleBlacklist API.
*
* This wants to run with phpunit.php, like so:
* cd $IP/tests/phpunit
* php phpunit.php ../../extensions/TitleBlacklist/tests/ApiQueryTitleBlacklistTest.php
*
* The blacklist file is `testSource` and shared by all tests.
*
* Ian Baker <ian@wikimedia.org>
*/
use MediaWiki\Extension\TitleBlacklist\TitleBlacklist;