public static function WriteRecordTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/WriteRecordTest.php, line 25
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 function getInfo() {
  return array(
    'name' => 'Data record write functionality',
    'description' => 'Tests writing of data records with drupal_write_record().',
    'group' => 'Common',
  );
}