function DrupalDataApiTest::getInfo

File

modules/simpletest/tests/common.test, line 2606

Class

DrupalDataApiTest
Tests for CRUD API functions.

Code

public static function getInfo() {
    return array(
        'name' => 'Data API functions',
        'description' => 'Tests the performance of CRUD APIs.',
        'group' => 'System',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.