Merge "Sync up with Parsoid parserTests.txt"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 2 Jan 2019 16:49:44 +0000 (16:49 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 2 Jan 2019 16:49:44 +0000 (16:49 +0000)
tests/phpunit/includes/filerepo/file/LocalFileTest.php

index e25e606..7acd237 100644 (file)
@@ -7,6 +7,19 @@
 
 class LocalFileTest extends MediaWikiTestCase {
 
+       /** @var LocalRepo */
+       private $repo_hl0;
+       /** @var LocalRepo */
+       private $repo_hl2;
+       /** @var LocalRepo */
+       private $repo_lc;
+       /** @var File */
+       private $file_hl0;
+       /** @var File */
+       private $file_hl2;
+       /** @var File */
+       private $file_lc;
+
        protected function setUp() {
                parent::setUp();