Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / migrate_plus / tests / src / Kernel / MigrationConfigEntityTest.php
index 386363a36593458cfb445bd56f1fbaab4b7b9da5..354da7628af33b165db8bce8239e59661d942b14 100644 (file)
@@ -15,15 +15,23 @@ class MigrationConfigEntityTest extends KernelTestBase {
   public static $modules = ['migrate', 'migrate_plus'];
 
   /**
+   * The plugin manager.
+   *
    * @var \Drupal\migrate\Plugin\MigrationPluginManager
    */
   protected $pluginManager;
 
+  /**
+   * {@inheritdoc}
+   */
   protected function setUp() {
     parent::setUp();
     $this->pluginManager = \Drupal::service('plugin.manager.migration');
   }
 
+  /**
+   * Tests cache invalidation.
+   */
   public function testCacheInvalidation() {
     $config = Migration::create([
       'id' => 'test',