public static property WriteRecordTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/WriteRecordTest.php, line 23
Definition of Drupal\system\Tests\Common\WriteRecordTest.

Class

WriteRecordTest
Tests writing of data records with drupal_write_record().

Namespace

Drupal\system\Tests\Common

Code

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