You are here

public function FieldUiTest::testCreateContentType in Field Formatter Filter 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Functional/FieldUiTest.php \Drupal\Tests\field_formatter_filter\Kernel\FieldUiTest::testCreateContentType()

Tests creating and configuring a bundle.

Just an internal self-test here.

File

tests/src/Functional/FieldUiTest.php, line 49

Class

FieldUiTest
Tests applying the filter formatter to a node.

Namespace

Drupal\Tests\field_formatter_filter\Kernel

Code

public function testCreateContentType() {
  $this
    ->createContentType([
    'type' => 'fff_article',
  ]);
}