public static property UnpublishByKeywordActionTest::$modules in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php \Drupal\Tests\node\Kernel\Action\UnpublishByKeywordActionTest::modules
Modules to enable.
Test classes extending this class, and any classes in the hierarchy up to this class, may specify individual lists of modules to enable by setting this property. The values of all properties in all classes in the class hierarchy are merged.
Type: array
Overrides KernelTestBase::$modules
See also
\Drupal\Tests\KernelTestBase::enableModules()
\Drupal\Tests\KernelTestBase::bootKernel()
File
- core/
modules/ node/ tests/ src/ Kernel/ Action/ UnpublishByKeywordActionTest.php, line 21 - Contains \Drupal\Tests\node\Kernel\Action\UnpublishByKeywordActionTest.
Class
- UnpublishByKeywordActionTest
- @group node
Namespace
Drupal\Tests\node\Kernel\ActionCode
public static $modules = [
'action',
'node',
'system',
'user',
];