You are here

public static function CommerceBpcTestCase::getInfo in Commerce Bulk Product Creation 7

Registers test case.

File

./commerce_bpc.test, line 11
Tests for Commerce bulk product creation

Class

CommerceBpcTestCase
@file Tests for Commerce bulk product creation

Code

public static function getInfo() {
  return array(
    'name' => 'Commerce bulk product creation',
    'description' => 'Test the Commerce bulk product creation functionality.',
    'group' => 'Commerce (contrib)',
  );
}