You are here

public static function CerCrudTest::getInfo in Corresponding Entity References 7.2

File

tests/crud.test, line 5

Class

CerCrudTest

Code

public static function getInfo() {
  return array(
    'name' => 'CRUD',
    'group' => 'Corresponding Entity Reference',
    'description' => 'Tests basic CER functionality.',
  );
}