Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
0e1fe4c2
Commit
0e1fe4c2
authored
Feb 16, 2015
by
alexpott
Browse files
Issue
#2413759
by benjy, hosef: Move D6 dumps to avoid collisions with D7 dumps
parent
370e15e6
Changes
148
Hide whitespace changes
Inline
Side-by-side
core/modules/migrate_drupal/src/Tests/Dump/Drupal
6
DumpBase.php
→
core/modules/migrate_drupal/src/Tests/Dump/DrupalDumpBase.php
View file @
0e1fe4c2
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\migrate_drupal\Tests\Dump\Drupal
6
DumpBase.
* Contains \Drupal\migrate_drupal\Tests\Dump\DrupalDumpBase.
*/
namespace
Drupal\migrate_drupal\Tests\Dump
;
...
...
@@ -12,7 +12,7 @@
/**
* Base class for the dump classes.
*/
class
Drupal
6
DumpBase
{
class
DrupalDumpBase
{
/**
* The database connection.
...
...
core/modules/migrate_drupal/src/Tests/Table/Access.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
Access.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the access table.
*/
class
Access
extends
Drupal
6
DumpBase
{
class
Access
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"access"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/Actions.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
Actions.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the actions table.
*/
class
Actions
extends
Drupal
6
DumpBase
{
class
Actions
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"actions"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/ActionsAid.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
ActionsAid.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the actions_aid table.
*/
class
ActionsAid
extends
Drupal
6
DumpBase
{
class
ActionsAid
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"actions_aid"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/AggregatorCategory.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
AggregatorCategory.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the aggregator_category table.
*/
class
AggregatorCategory
extends
Drupal
6
DumpBase
{
class
AggregatorCategory
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"aggregator_category"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/AggregatorFeed.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
AggregatorFeed.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the aggregator_feed table.
*/
class
AggregatorFeed
extends
Drupal
6
DumpBase
{
class
AggregatorFeed
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"aggregator_feed"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/AggregatorItem.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
AggregatorItem.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the aggregator_item table.
*/
class
AggregatorItem
extends
Drupal
6
DumpBase
{
class
AggregatorItem
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"aggregator_item"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/Authmap.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
Authmap.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the authmap table.
*/
class
Authmap
extends
Drupal
6
DumpBase
{
class
Authmap
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"authmap"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/Batch.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
Batch.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the batch table.
*/
class
Batch
extends
Drupal
6
DumpBase
{
class
Batch
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"batch"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/Blocks.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
Blocks.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the blocks table.
*/
class
Blocks
extends
Drupal
6
DumpBase
{
class
Blocks
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"blocks"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/BlocksRoles.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
BlocksRoles.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the blocks_roles table.
*/
class
BlocksRoles
extends
Drupal
6
DumpBase
{
class
BlocksRoles
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"blocks_roles"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/Book.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
Book.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the book table.
*/
class
Book
extends
Drupal
6
DumpBase
{
class
Book
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"book"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/Boxes.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
Boxes.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the boxes table.
*/
class
Boxes
extends
Drupal
6
DumpBase
{
class
Boxes
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"boxes"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/Comments.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
Comments.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the comments table.
*/
class
Comments
extends
Drupal
6
DumpBase
{
class
Comments
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"comments"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/Config.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
Config.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the config table.
*/
class
Config
extends
Drupal
6
DumpBase
{
class
Config
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"config"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/Contact.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
Contact.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the contact table.
*/
class
Contact
extends
Drupal
6
DumpBase
{
class
Contact
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"contact"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/ContentFieldImage.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
ContentFieldImage.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the content_field_image table.
*/
class
ContentFieldImage
extends
Drupal
6
DumpBase
{
class
ContentFieldImage
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"content_field_image"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/ContentFieldMultivalue.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
ContentFieldMultivalue.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the content_field_multivalue table.
*/
class
ContentFieldMultivalue
extends
Drupal
6
DumpBase
{
class
ContentFieldMultivalue
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"content_field_multivalue"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/ContentFieldTest.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
ContentFieldTest.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the content_field_test table.
*/
class
ContentFieldTest
extends
Drupal
6
DumpBase
{
class
ContentFieldTest
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"content_field_test"
,
array
(
...
...
core/modules/migrate_drupal/src/Tests/Table/ContentFieldTestTwo.php
→
core/modules/migrate_drupal/src/Tests/Table/
d6/
ContentFieldTestTwo.php
View file @
0e1fe4c2
...
...
@@ -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\Drupal
6
DumpBase
;
use
Drupal\migrate_drupal
\
Tests\Dump\DrupalDumpBase
;
/**
* Generated file to represent the content_field_test_two table.
*/
class
ContentFieldTestTwo
extends
Drupal
6
DumpBase
{
class
ContentFieldTestTwo
extends
DrupalDumpBase
{
public
function
load
()
{
$this
->
createTable
(
"content_field_test_two"
,
array
(
...
...
Prev
1
2
3
4
5
…
8
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment