You are here

public static property TaxonomyImageTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/src/Tests/TaxonomyImageTest.php \Drupal\taxonomy\Tests\TaxonomyImageTest::modules

Modules to enable.

Type: array

Overrides TaxonomyTestBase::$modules

File

core/modules/taxonomy/src/Tests/TaxonomyImageTest.php, line 32
Contains \Drupal\taxonomy\Tests\TaxonomyImageTest.

Class

TaxonomyImageTest
Tests access checks of private image fields.

Namespace

Drupal\taxonomy\Tests

Code

public static $modules = array(
  'image',
);