You are here

public static property IframeSchemaTest::$modules in Iframe 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/IframeSchemaTest.php \Drupal\Tests\iframe\Kernel\IframeSchemaTest::modules

Modules to install.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/IframeSchemaTest.php, line 27

Class

IframeSchemaTest
Ensures that Iframe schema is correct.

Namespace

Drupal\Tests\iframe\Kernel

Code

public static $modules = [
  'iframe',
  'link',
];