diff options
Diffstat (limited to 'tests/phpunit/maintenance/backupTextPassTest.php')
-rw-r--r-- | tests/phpunit/maintenance/backupTextPassTest.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/phpunit/maintenance/backupTextPassTest.php b/tests/phpunit/maintenance/backupTextPassTest.php index 0d7f155f3f29..0dade60774cb 100644 --- a/tests/phpunit/maintenance/backupTextPassTest.php +++ b/tests/phpunit/maintenance/backupTextPassTest.php @@ -73,7 +73,7 @@ class TextPassDumperTest extends DumpTestCase { } - public function setUp() { + protected function setUp() { parent::setUp(); // Since we will restrict dumping by page ranges (to allow @@ -478,8 +478,8 @@ class TextPassDumperTest extends DumpTestCase { <ip>127.0.0.1</ip> </contributor> <comment>BackupDumperTestP1Summary1</comment> - <sha1>0bolhl6ol7i6x0e7yq91gxgaan39j87</sha1> <text id="' . $this->textId1_1 . '" bytes="23" /> + <sha1>0bolhl6ol7i6x0e7yq91gxgaan39j87</sha1> </revision> </page> '; @@ -494,8 +494,8 @@ class TextPassDumperTest extends DumpTestCase { <ip>127.0.0.1</ip> </contributor> <comment>BackupDumperTestP2Summary1</comment> - <sha1>jprywrymfhysqllua29tj3sc7z39dl2</sha1> <text id="' . $this->textId2_1 . '" bytes="23" /> + <sha1>jprywrymfhysqllua29tj3sc7z39dl2</sha1> </revision> <revision> <id>' . $this->revId2_2 . '</id> @@ -504,8 +504,8 @@ class TextPassDumperTest extends DumpTestCase { <ip>127.0.0.1</ip> </contributor> <comment>BackupDumperTestP2Summary2</comment> - <sha1>b7vj5ks32po5m1z1t1br4o7scdwwy95</sha1> <text id="' . $this->textId2_2 . '" bytes="23" /> + <sha1>b7vj5ks32po5m1z1t1br4o7scdwwy95</sha1> </revision> <revision> <id>' . $this->revId2_3 . '</id> @@ -514,8 +514,8 @@ class TextPassDumperTest extends DumpTestCase { <ip>127.0.0.1</ip> </contributor> <comment>BackupDumperTestP2Summary3</comment> - <sha1>jfunqmh1ssfb8rs43r19w98k28gg56r</sha1> <text id="' . $this->textId2_3 . '" bytes="23" /> + <sha1>jfunqmh1ssfb8rs43r19w98k28gg56r</sha1> </revision> <revision> <id>' . $this->revId2_4 . '</id> @@ -524,8 +524,8 @@ class TextPassDumperTest extends DumpTestCase { <ip>127.0.0.1</ip> </contributor> <comment>BackupDumperTestP2Summary4 extra</comment> - <sha1>6o1ciaxa6pybnqprmungwofc4lv00wv</sha1> <text id="' . $this->textId2_4 . '" bytes="44" /> + <sha1>6o1ciaxa6pybnqprmungwofc4lv00wv</sha1> </revision> </page> '; @@ -542,8 +542,8 @@ class TextPassDumperTest extends DumpTestCase { <ip>127.0.0.1</ip> </contributor> <comment>Talk BackupDumperTestP1 Summary1</comment> - <sha1>nktofwzd0tl192k3zfepmlzxoax1lpe</sha1> <text id="' . $this->textId4_1 . '" bytes="35" /> + <sha1>nktofwzd0tl192k3zfepmlzxoax1lpe</sha1> </revision> </page> '; |