Mercurial > hg > isophonics-drupal-site
comparison core/modules/migrate/tests/src/Kernel/QueryBatchTest.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 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
17 class QueryBatchTest extends KernelTestBase { | 17 class QueryBatchTest extends KernelTestBase { |
18 | 18 |
19 /** | 19 /** |
20 * The mocked migration. | 20 * The mocked migration. |
21 * | 21 * |
22 * @var MigrationInterface|\Prophecy\Prophecy\ObjectProphecy | 22 * @var \Drupal\migrate\Plugin\MigrationInterface|\Prophecy\Prophecy\ObjectProphecy |
23 */ | 23 */ |
24 protected $migration; | 24 protected $migration; |
25 | 25 |
26 /** | 26 /** |
27 * {@inheritdoc} | 27 * {@inheritdoc} |