spaces --> tabs

Change-Id: I11ba313f35b7d04a6f93c42f83f00a5e403bdf0a
This commit is contained in:
Kunal Mehta 2015-01-06 08:33:36 -08:00 committed by Reedy
parent c50ebdedeb
commit 11841f7d8d

View file

@ -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',
),
);
}