mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-15 02:03:58 +00:00
spaces --> tabs
Change-Id: I11ba313f35b7d04a6f93c42f83f00a5e403bdf0a
This commit is contained in:
parent
c50ebdedeb
commit
11841f7d8d
|
@ -24,10 +24,10 @@ class ApiQueryTitleBlacklistTest extends ApiTestCase {
|
|||
$this->doLogin();
|
||||
|
||||
$wgTitleBlacklistSources = array(
|
||||
array(
|
||||
'type' => TBLSRC_FILE,
|
||||
'src' => __DIR__ . '/testSource',
|
||||
),
|
||||
array(
|
||||
'type' => TBLSRC_FILE,
|
||||
'src' => __DIR__ . '/testSource',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue