You are here

public static function EntityExampleTestCase::getInfo in Examples for Developers 7

File

entity_example/entity_example.test, line 20
Tests for entity_example module.

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',
  );
}