public static property NodeAccessLanguageAwareTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/node/src/Tests/NodeAccessLanguageAwareTest.php \Drupal\node\Tests\NodeAccessLanguageAwareTest::modules
Enable language and a language-aware node access module.
Type: array
Overrides NodeTestBase::$modules
File
- core/
modules/ node/ src/ Tests/ NodeAccessLanguageAwareTest.php, line 27 - Contains \Drupal\node\Tests\NodeAccessLanguageAwareTest.
Class
- NodeAccessLanguageAwareTest
- Tests node_access and db_select() with node_access tag functionality with multiple languages with node_access_test_language which is language-aware.
Namespace
Drupal\node\TestsCode
public static $modules = array(
'language',
'node_access_test_language',
);