Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
220
Merge Requests
220
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
8f96d287
Commit
8f96d287
authored
Apr 19, 2017
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2869881
by sahilsharma011, quietone: Misnamed migrate test module
parent
92e613ae
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
4 deletions
+11
-4
core/modules/migrate/tests/modules/migrate_high_water_test/migrate_high_water_test.info.yml
.../migrate_high_water_test/migrate_high_water_test.info.yml
+7
-0
core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php
...gh_water_test/src/Plugin/migrate/source/HighWaterTest.php
+1
-1
core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php
...les/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php
+2
-2
core/modules/migrate/tests/src/Kernel/HighWaterTest.php
core/modules/migrate/tests/src/Kernel/HighWaterTest.php
+1
-1
No files found.
core/modules/migrate/tests/modules/migrate_high_water_test/migrate_
sql
_test.info.yml
→
core/modules/migrate/tests/modules/migrate_high_water_test/migrate_
high_water
_test.info.yml
View file @
8f96d287
type
:
module
name
:
Migrat
e SQL Source t
est
description
:
'
Provides
a
database
table
and
records
for
SQL
import
testing
.'
name
:
Migrat
ion High Water T
est
description
:
'
Provides
test
fixtures
for
testing
high
water
marks
.'
package
:
Testing
core
:
8.x
dependencies
:
...
...
core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php
View file @
8f96d287
<?php
namespace
Drupal\migrate_
sql
_test\Plugin\migrate\source
;
namespace
Drupal\migrate_
high_water
_test\Plugin\migrate\source
;
use
Drupal\migrate\Plugin\migrate\source\SqlBase
;
...
...
core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php
View file @
8f96d287
...
...
@@ -5,7 +5,7 @@
/**
* Tests the high water handling.
*
* @covers \Drupal\migrate_
sql
_test\Plugin\migrate\source\HighWaterTest
* @covers \Drupal\migrate_
high_water
_test\Plugin\migrate\source\HighWaterTest
* @group migrate
*/
class
HighWaterNotJoinableTest
extends
MigrateSqlSourceTestBase
{
...
...
@@ -13,7 +13,7 @@ class HighWaterNotJoinableTest extends MigrateSqlSourceTestBase {
/**
* {@inheritdoc}
*/
public
static
$modules
=
[
'migrate'
,
'migrate_drupal'
,
'migrate_
sql
_test'
];
public
static
$modules
=
[
'migrate'
,
'migrate_drupal'
,
'migrate_
high_water
_test'
];
/**
* {@inheritdoc}
...
...
core/modules/migrate/tests/src/Kernel/HighWaterTest.php
View file @
8f96d287
...
...
@@ -17,7 +17,7 @@ class HighWaterTest extends MigrateTestBase {
'user'
,
'node'
,
'migrate'
,
'migrate_
sql
_test'
,
'migrate_
high_water
_test'
,
'field'
,
];
...
...
Write
Preview
Markdown
is supported
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