[MediaWiki-commits] [Gerrit] mediawiki...ProofreadPage[master]: Replace FSRepo with FileRepo

2016-11-29 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Replace FSRepo with FileRepo
..


Replace FSRepo with FileRepo

Change-Id: Id6c31cf529667253f4414729e8dfea3b41bb1ae4
---
M tests/phpunit/ProofreadPageTestCase.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/phpunit/ProofreadPageTestCase.php 
b/tests/phpunit/ProofreadPageTestCase.php
index 8a37c75..7a1eb7e 100644
--- a/tests/phpunit/ProofreadPageTestCase.php
+++ b/tests/phpunit/ProofreadPageTestCase.php
@@ -55,10 +55,10 @@
private function buildFileList() {
$backend = new FSFileBackend( [
'name' => 'localtesting',
-   'wikiId' => wfWikiId(),
+   'wikiId' => wfWikiID(),
'containerPaths' => [ 'data' => __DIR__ . 
'/../data/media/' ]
] );
-   $fileRepo = new FSRepo( [
+   $fileRepo = new FileRepo( [
'name' => 'temp',
'url' => 'http://localhost/thumbtest',
'backend' => $backend

-- 
To view, visit https://gerrit.wikimedia.org/r/324348
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id6c31cf529667253f4414729e8dfea3b41bb1ae4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ProofreadPage
Gerrit-Branch: master
Gerrit-Owner: Reedy 
Gerrit-Reviewer: Krinkle 
Gerrit-Reviewer: Tpt 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] mediawiki...ProofreadPage[master]: Replace FSRepo with FileRepo

2016-11-29 Thread Reedy (Code Review)
Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/324348

Change subject: Replace FSRepo with FileRepo
..

Replace FSRepo with FileRepo

Change-Id: Id6c31cf529667253f4414729e8dfea3b41bb1ae4
---
M tests/phpunit/ProofreadPageTestCase.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ProofreadPage 
refs/changes/48/324348/1

diff --git a/tests/phpunit/ProofreadPageTestCase.php 
b/tests/phpunit/ProofreadPageTestCase.php
index 8a37c75..7a1eb7e 100644
--- a/tests/phpunit/ProofreadPageTestCase.php
+++ b/tests/phpunit/ProofreadPageTestCase.php
@@ -55,10 +55,10 @@
private function buildFileList() {
$backend = new FSFileBackend( [
'name' => 'localtesting',
-   'wikiId' => wfWikiId(),
+   'wikiId' => wfWikiID(),
'containerPaths' => [ 'data' => __DIR__ . 
'/../data/media/' ]
] );
-   $fileRepo = new FSRepo( [
+   $fileRepo = new FileRepo( [
'name' => 'temp',
'url' => 'http://localhost/thumbtest',
'backend' => $backend

-- 
To view, visit https://gerrit.wikimedia.org/r/324348
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id6c31cf529667253f4414729e8dfea3b41bb1ae4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ProofreadPage
Gerrit-Branch: master
Gerrit-Owner: Reedy 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits