updated core to 8.6.3
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
namespace Drupal\Tests\migrate\Kernel\Plugin;
|
||||
|
||||
use Drupal\Core\Database\Database;
|
||||
use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait;
|
||||
use Drupal\KernelTests\KernelTestBase;
|
||||
use Drupal\migrate\Exception\RequirementsException;
|
||||
use Drupal\migrate\Plugin\migrate\source\SqlBase;
|
||||
use Drupal\migrate\Plugin\RequirementsInterface;
|
||||
use Drupal\Tests\field\Traits\EntityReferenceTestTrait;
|
||||
|
||||
/**
|
||||
* Tests the migration plugin manager.
|
||||
|
||||
@@ -34,7 +34,7 @@ class CallbackTest extends MigrateProcessTestCase {
|
||||
}
|
||||
|
||||
/**
|
||||
* Test callback excpetions.
|
||||
* Test callback exceptions.
|
||||
*
|
||||
* @dataProvider providerCallbackExceptions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user