public static property NodeOwnerTest::$modules in Drupal 8
Same name and namespace in other branches
- 9 core/modules/node/tests/src/Kernel/NodeOwnerTest.php \Drupal\Tests\node\Kernel\NodeOwnerTest::modules
- 10 core/modules/node/tests/src/Kernel/NodeOwnerTest.php \Drupal\Tests\node\Kernel\NodeOwnerTest::modules
Modules to enable.
Type: array
Overrides EntityKernelTestBase::$modules
File
- core/
modules/ node/ tests/ src/ Kernel/ NodeOwnerTest.php, line 23
Class
- NodeOwnerTest
- Tests node owner functionality.
Namespace
Drupal\Tests\node\KernelCode
public static $modules = [
'node',
'language',
];