function EntityLoadTestCase::getInfo

File

modules/simpletest/tests/entity_crud.test, line 14

Class

EntityLoadTestCase
Tests the entity_load() function.

Code

public static function getInfo() {
    return array(
        'name' => 'Entity loading',
        'description' => 'Tests the entity_load() function.',
        'group' => 'Entity API',
    );
}

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