Mercurial > hg > isophonics-drupal-site
comparison core/modules/migrate/tests/src/Unit/MigrateSqlSourceTestCase.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
17 abstract class MigrateSqlSourceTestCase extends MigrateTestCase { | 17 abstract class MigrateSqlSourceTestCase extends MigrateTestCase { |
18 | 18 |
19 /** | 19 /** |
20 * The tested source plugin. | 20 * The tested source plugin. |
21 * | 21 * |
22 * @var \Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase. | 22 * @var \Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase |
23 */ | 23 */ |
24 protected $source; | 24 protected $source; |
25 | 25 |
26 /** | 26 /** |
27 * The database contents. | 27 * The database contents. |