function EntityExampleTestCase::getInfo

File

entity_example/entity_example.test, line 20

Class

EntityExampleTestCase
Functionality tests for entity example module.

Code

public static function getInfo() {
    return array(
        'name' => 'Entity example',
        'description' => 'Basic entity example tests',
        'group' => 'Examples',
    );
}