Add missing property declarations to LocalFileTest
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Wed, 2 Jan 2019 14:25:44 +0000 (15:25 +0100)
committerThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Wed, 2 Jan 2019 14:25:44 +0000 (15:25 +0100)
Change-Id: I518a7a939042110f7ca67b0697e35e2e35105a08

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();