mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-27 23:40:25 +00:00
Merge "Remove redundant documentation from test"
This commit is contained in:
commit
184f6ccbf8
|
@ -1,15 +1,4 @@
|
||||||
<?php
|
<?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;
|
use MediaWiki\Extension\TitleBlacklist\TitleBlacklist;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue