Skip to content
Snippets Groups Projects
Commit c4ad316a authored by Will Hearn's avatar Will Hearn Committed by Mike Ryan
Browse files

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
<?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;
......
<?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;
......
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