You are here

public static function RecipeUnitTest::getInfo in Recipe 7.2

Same name and namespace in other branches
  1. 7 src/Tests/RecipeUnitTest.php \Drupal\recipe\Tests\RecipeUnitTest::getInfo()

File

src/Tests/RecipeUnitTest.php, line 15

Class

RecipeUnitTest
Tests isolated Recipe module functions.

Namespace

Drupal\recipe\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Recipe unit tests',
    'description' => 'Test that Recipe functions work properly.',
    'group' => 'Recipe',
  );
}