You are here

public static function FractionUnitTestCase::getInfo in Fraction 7

File

./fraction.test, line 21
Fraction tests

Class

FractionUnitTestCase
Provides tests for the Fraction class.

Code

public static function getInfo() {
  return array(
    'name' => 'Fraction unit tests',
    'description' => 'Test that the Fraction class works properly.',
    'group' => 'Fraction',
  );
}