You are here

protected static property ParagraphTest::$behaviorSettings in Entity Share 8.3

The tested paragraph behavior settings.

Type: array

File

modules/entity_share_client/tests/src/Functional/ParagraphTest.php, line 48

Class

ParagraphTest
Functional test class for paragraphs.

Namespace

Drupal\Tests\entity_share_client\Functional

Code

protected static $behaviorSettings = [
  'test_bold_text' => [
    'bold_text' => 1,
  ],
];