You are here

public static property ProfileTypeCRUDTest::$modules in Profile 2 8

File

src/Tests/ProfileTypeCRUDTest.php, line 20
Contains \Drupal\profile\Tests\ProfileTypeCRUDTest.

Class

ProfileTypeCRUDTest
Tests basic CRUD functionality of profile types.

Namespace

Drupal\profile\Tests

Code

public static $modules = array(
  'profile',
  'field_ui',
  'text',
);