You are here

public static function FractionEntityTestCase::getInfo in Fraction 7

File

./fraction.test, line 151
Fraction tests

Class

FractionEntityTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Fraction Entity integration tests',
    'description' => 'Tests that Fraction integrates with Entity well.',
    'group' => 'Fraction',
    'dependencies' => array(
      'entity',
    ),
  );
}