You are here

public function FieldApiTest::testCreateContentType in Field Formatter Filter 8

Same name and namespace in other branches
  1. 2.0.x tests/src/Kernel/FieldApiTest.php \Drupal\Tests\field_formatter_filter\Kernel\FieldApiTest::testCreateContentType()

Tests creating and configuring a bundle.

File

tests/src/Kernel/FieldApiTest.php, line 58

Class

FieldApiTest
Tests applying the filter formatter to a node.

Namespace

Drupal\Tests\field_formatter_filter\Kernel

Code

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