Mercurial > hg > isophonics-drupal-site
comparison core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
18 public static $modules = ['migrate']; | 18 public static $modules = ['migrate']; |
19 | 19 |
20 /** | 20 /** |
21 * The mocked migration. | 21 * The mocked migration. |
22 * | 22 * |
23 * @var MigrationInterface|\Prophecy\Prophecy\ObjectProphecy | 23 * @var \Drupal\migrate\Plugin\MigrationInterface|\Prophecy\Prophecy\ObjectProphecy |
24 */ | 24 */ |
25 protected $migration; | 25 protected $migration; |
26 | 26 |
27 /** | 27 /** |
28 * The source plugin under test. | 28 * The source plugin under test. |