Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / migrate / tests / src / Unit / destination / PerComponentEntityDisplayTest.php
index f450984d4889b0fc2d11d4b8001a94200cd5ba8d..5c4a856c0b11f79c247847a964a1b1c9ec214725 100644 (file)
@@ -53,13 +53,16 @@ class PerComponentEntityDisplayTest extends MigrateTestCase {
 class TestPerComponentEntityDisplay extends ComponentEntityDisplayBase {
   const MODE_NAME = 'view_mode';
   protected $testValues;
+
   public function __construct($entity) {
     $this->entity = $entity;
   }
+
   protected function getEntity($entity_type, $bundle, $view_mode) {
     $this->testValues = func_get_args();
     return $this->entity;
   }
+
   public function getTestValues() {
     return $this->testValues;
   }