Add basic IP range support to Special:Contributions
[lhc/web/wiklou.git] / tests / phpunit / maintenance / backup_PageTest.php
index 2262cc0..554d5f6 100644 (file)
@@ -29,6 +29,7 @@ class BackupDumperPageTest extends DumpTestCase {
 
                $this->tablesUsed[] = 'page';
                $this->tablesUsed[] = 'revision';
+               $this->tablesUsed[] = 'ip_changes';
                $this->tablesUsed[] = 'text';
 
                try {