aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/filerepo/file/LocalFileTest.php
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2016-03-18 13:55:54 +0000
committerKrinkle <krinklemail@gmail.com>2016-03-18 23:14:49 +0000
commit1834ee3d8e2f6a8ef2067ee7925c4f561209b12f (patch)
tree45b7e5708d0328a21e58884aee206d381acf33da /tests/phpunit/includes/filerepo/file/LocalFileTest.php
parentecfdb46916567cf4ea466135f9a053d6feca2afe (diff)
downloadmediawikicore-1834ee3d8e2f6a8ef2067ee7925c4f561209b12f.tar.gz
mediawikicore-1834ee3d8e2f6a8ef2067ee7925c4f561209b12f.zip
Fix numerous class/function casing
Change-Id: I23982bfa0548c9ea3bdb432be7982f1563930715
Diffstat (limited to 'tests/phpunit/includes/filerepo/file/LocalFileTest.php')
-rw-r--r--tests/phpunit/includes/filerepo/file/LocalFileTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/filerepo/file/LocalFileTest.php b/tests/phpunit/includes/filerepo/file/LocalFileTest.php
index 9c7040ace483..ffaa2c32bf8f 100644
--- a/tests/phpunit/includes/filerepo/file/LocalFileTest.php
+++ b/tests/phpunit/includes/filerepo/file/LocalFileTest.php
@@ -20,7 +20,7 @@ class LocalFileTest extends MediaWikiTestCase {
'transformVia404' => false,
'backend' => new FSFileBackend( [
'name' => 'local-backend',
- 'wikiId' => wfWikiId(),
+ 'wikiId' => wfWikiID(),
'containerPaths' => [
'cont1' => "/testdir/local-backend/tempimages/cont1",
'cont2' => "/testdir/local-backend/tempimages/cont2"