contentserialize-8.x-1.x-dev/tests/src/Traits/TextFieldKernelTestTrait.php

tests/src/Traits/TextFieldKernelTestTrait.php
<?php

namespace Drupal\Tests\contentserialize\Traits;

use Drupal\filter\Entity\FilterFormat;

/**
 * Provides a trait to facilitate working with text fields in a kernel test.
 */
trait TextFieldKernelTestTrait {

  /**
   * Prepares the test for working with test fields.
   */
  function setUpTextField() {
    $this->enableModules(['field', 'text', 'filter']);
    $this->installConfig(['filter']);

    FilterFormat::create([
      'format' => 'basic_html',
      'name' => 'Basic HTML',
    ])->save();

  }

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc