Move BaseDump into includes/export/
authorChad Horohoe <chadh@wikimedia.org>
Mon, 8 Jan 2018 21:10:35 +0000 (13:10 -0800)
committerChad Horohoe <chadh@wikimedia.org>
Tue, 9 Jan 2018 06:10:25 +0000 (22:10 -0800)
commit93d44c9a4209457ca55a39b9649661f022456dd2
tree6072bdbee079514cc4e0ee13ee5b398c767fa767
parent9241cc0667ef75517160028f7d4592372a781228
Move BaseDump into includes/export/

There's no reason for this to have to live in Maintenance land. It's
generally useful and lets us avoid some random require/include calls

Change-Id: I60419c7f9fc52313905053bbeb3aa81666c9160c
autoload.php
includes/export/BaseDump.php [new file with mode: 0644]
maintenance/backupPrefetch.inc [deleted file]
maintenance/dumpTextPass.php
tests/phan/config.php
tests/phpunit/maintenance/backupPrefetchTest.php