You are here

protected property EmailTest::$pluginDefinition in Message Notify 8

Plugin definition.

Type: array

File

tests/src/Unit/Plugin/Notifier/EmailTest.php, line 60

Class

EmailTest
Unit tests for the Email notifier.

Namespace

Drupal\Tests\message_notify\Unit\Plugin\Notifier

Code

protected $pluginDefinition = [
  'viewModes' => [
    'mail_subject',
    'mail_body',
  ],
];