Skip to content
Snippets Groups Projects
Commit 0e1fe4c2 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2413759 by benjy, hosef: Move D6 dumps to avoid collisions with D7 dumps

parent 370e15e6
No related branches found
No related tags found
No related merge requests found
Showing
with 59 additions and 59 deletions
......@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase.
* Contains \Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase.
*/
namespace Drupal\migrate_drupal\Tests\Dump;
......@@ -12,7 +12,7 @@
/**
* Base class for the dump classes.
*/
class Drupal6DumpBase {
class DrupalDumpBase {
/**
* The database connection.
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the access table.
*/
class Access extends Drupal6DumpBase {
class Access extends DrupalDumpBase {
public function load() {
$this->createTable("access", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the actions table.
*/
class Actions extends Drupal6DumpBase {
class Actions extends DrupalDumpBase {
public function load() {
$this->createTable("actions", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the actions_aid table.
*/
class ActionsAid extends Drupal6DumpBase {
class ActionsAid extends DrupalDumpBase {
public function load() {
$this->createTable("actions_aid", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the aggregator_category table.
*/
class AggregatorCategory extends Drupal6DumpBase {
class AggregatorCategory extends DrupalDumpBase {
public function load() {
$this->createTable("aggregator_category", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the aggregator_feed table.
*/
class AggregatorFeed extends Drupal6DumpBase {
class AggregatorFeed extends DrupalDumpBase {
public function load() {
$this->createTable("aggregator_feed", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the aggregator_item table.
*/
class AggregatorItem extends Drupal6DumpBase {
class AggregatorItem extends DrupalDumpBase {
public function load() {
$this->createTable("aggregator_item", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the authmap table.
*/
class Authmap extends Drupal6DumpBase {
class Authmap extends DrupalDumpBase {
public function load() {
$this->createTable("authmap", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the batch table.
*/
class Batch extends Drupal6DumpBase {
class Batch extends DrupalDumpBase {
public function load() {
$this->createTable("batch", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the blocks table.
*/
class Blocks extends Drupal6DumpBase {
class Blocks extends DrupalDumpBase {
public function load() {
$this->createTable("blocks", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the blocks_roles table.
*/
class BlocksRoles extends Drupal6DumpBase {
class BlocksRoles extends DrupalDumpBase {
public function load() {
$this->createTable("blocks_roles", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the book table.
*/
class Book extends Drupal6DumpBase {
class Book extends DrupalDumpBase {
public function load() {
$this->createTable("book", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the boxes table.
*/
class Boxes extends Drupal6DumpBase {
class Boxes extends DrupalDumpBase {
public function load() {
$this->createTable("boxes", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the comments table.
*/
class Comments extends Drupal6DumpBase {
class Comments extends DrupalDumpBase {
public function load() {
$this->createTable("comments", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the config table.
*/
class Config extends Drupal6DumpBase {
class Config extends DrupalDumpBase {
public function load() {
$this->createTable("config", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the contact table.
*/
class Contact extends Drupal6DumpBase {
class Contact extends DrupalDumpBase {
public function load() {
$this->createTable("contact", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the content_field_image table.
*/
class ContentFieldImage extends Drupal6DumpBase {
class ContentFieldImage extends DrupalDumpBase {
public function load() {
$this->createTable("content_field_image", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the content_field_multivalue table.
*/
class ContentFieldMultivalue extends Drupal6DumpBase {
class ContentFieldMultivalue extends DrupalDumpBase {
public function load() {
$this->createTable("content_field_multivalue", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the content_field_test table.
*/
class ContentFieldTest extends Drupal6DumpBase {
class ContentFieldTest extends DrupalDumpBase {
public function load() {
$this->createTable("content_field_test", array(
......
......@@ -10,14 +10,14 @@
* @see https://www.drupal.org/sandbox/benjy/2405029
*/
namespace Drupal\migrate_drupal\Tests\Table;
namespace Drupal\migrate_drupal\Tests\Table\d6;
use Drupal\migrate_drupal\Tests\Dump\Drupal6DumpBase;
use Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase;
/**
* Generated file to represent the content_field_test_two table.
*/
class ContentFieldTestTwo extends Drupal6DumpBase {
class ContentFieldTestTwo extends DrupalDumpBase {
public function load() {
$this->createTable("content_field_test_two", array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment