You are here

public static property FileValidationTest::$modules in SVG Image Field 2.0.x

Same name and namespace in other branches
  1. 8 tests/src/Unit/FileValidationTest.php \Drupal\Tests\svg_image_field\Unit\FileValidationTest::modules
  2. 2.1.x tests/src/Unit/FileValidationTest.php \Drupal\Tests\svg_image_field\Unit\FileValidationTest::modules

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

tests/src/Unit/FileValidationTest.php, line 34

Class

FileValidationTest
Svg Image Field module unit tests.

Namespace

Drupal\Tests\svg_image_field\Unit

Code

public static $modules = [
  'file',
  'svg_image_field',
];