public static property ImageStyleIntegrationTest::$modules in Image Optimize (or ImageAPI Optimize) 4.x
Same name and namespace in other branches
- 8.3 tests/src/Kernel/ImageStyleIntegrationTest.php \Drupal\Tests\imageapi_optimize\Kernel\ImageStyleIntegrationTest::modules
- 8.2 tests/src/Kernel/ImageStyleIntegrationTest.php \Drupal\Tests\imageapi_optimize\Kernel\ImageStyleIntegrationTest::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 ImageStyleIntegrationTest::$modules
See also
\Drupal\Tests\KernelTestBase::enableModules()
\Drupal\Tests\KernelTestBase::bootKernel()
File
- tests/
src/ Kernel/ ImageStyleIntegrationTest.php, line 17
Class
- ImageStyleIntegrationTest
- Tests the integration of ImageStyle with the core.
Namespace
Drupal\Tests\imageapi_optimize\KernelCode
public static $modules = [
'imageapi_optimize',
];