Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
migrate_plus
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
migrate_plus
Commits
c4ad316a
Commit
c4ad316a
authored
8 years ago
by
Will Hearn
Committed by
Mike Ryan
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2764547
by sylus: PHPUNIT doesn't see migrate_plus tests
parent
4baf5440
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/src/Kernel/MigrationConfigEntityTest.php
+1
-2
1 addition, 2 deletions
tests/src/Kernel/MigrationConfigEntityTest.php
tests/src/Kernel/MigrationGroupTest.php
+1
-1
1 addition, 1 deletion
tests/src/Kernel/MigrationGroupTest.php
with
2 additions
and
3 deletions
src/Tests
/MigrationConfigEntityTest.php
→
tests/src/Kernel
/MigrationConfigEntityTest.php
+
1
−
2
View file @
c4ad316a
<?php
<?php
namespace
Drupal\migrate_plus
\Tests
;
namespace
Drupal\
Tests\
migrate_plus
;
use
Drupal\Component\Plugin\Exception\PluginNotFoundException
;
use
Drupal\KernelTests\KernelTestBase
;
use
Drupal\KernelTests\KernelTestBase
;
use
Drupal\migrate_plus
\Entity\Migration
;
use
Drupal\migrate_plus
\Entity\Migration
;
use
Drupal\migrate_plus
\Plugin\MigrationConfigEntityPluginManager
;
use
Drupal\migrate_plus
\Plugin\MigrationConfigEntityPluginManager
;
...
...
This diff is collapsed.
Click to expand it.
src/Tests
/MigrationGroupTest.php
→
tests/src/Kernel
/MigrationGroupTest.php
+
1
−
1
View file @
c4ad316a
<?php
<?php
namespace
Drupal\migrate_plus
\Tests
;
namespace
Drupal\
Tests\
migrate_plus
;
use
Drupal\KernelTests\KernelTestBase
;
use
Drupal\KernelTests\KernelTestBase
;
use
Drupal\migrate_plus
\Entity\Migration
;
use
Drupal\migrate_plus
\Entity\Migration
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment