You are here

public static property ImageImportTest::$modules in Image Optimize (or ImageAPI Optimize) 4.x

Same name and namespace in other branches
  1. 8.3 tests/src/Kernel/ImageImportTest.php \Drupal\Tests\imageapi_optimize\Kernel\ImageImportTest::modules
  2. 8.2 tests/src/Kernel/ImageImportTest.php \Drupal\Tests\imageapi_optimize\Kernel\ImageImportTest::modules

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: array

Overrides ImageImportTest::$modules

See also

\Drupal\Tests\KernelTestBase::enableModules()

\Drupal\Tests\KernelTestBase::bootKernel()

File

tests/src/Kernel/ImageImportTest.php, line 17

Class

ImageImportTest
Tests config import for Image styles.

Namespace

Drupal\Tests\imageapi_optimize\Kernel

Code

public static $modules = [
  'imageapi_optimize',
];