You are here

public static function EntityDependencyTestCase::getInfo in Entity Dependency API 7

File

./entity_dependency.test, line 16
Entity Dependency tests.

Class

EntityDependencyTestCase
Tests the entity dependency iterator.

Code

public static function getInfo() {
  return array(
    'name' => 'Entity dependency iterator',
    'description' => 'Test the EntityDependencyIterator class.',
    'group' => 'Entity Dependency',
  );
}