protected property SelectOtherInstallTestScript::$modules in CCK Select Other 8
File
- tests/
src/ TestSite/ SelectOtherInstallTestScript.php, line 29  
Class
- SelectOtherInstallTestScript
 - Setup file used for cck_select_other Nightwatch tests.
 
Namespace
Drupal\Tests\cck_select_other\TestSiteCode
protected $modules = [
  'node',
  'field',
  'field_ui',
  'options',
  'text',
  'cck_select_other',
];