You are here

protected property CommerceRecurringEnableDisableTestCase::$dependent_modules in Commerce Recurring Framework 7.2

File

tests/commerce_recurring.test, line 805
Unit tests for the commerce recurring module.

Class

CommerceRecurringEnableDisableTestCase
Test module enabling/disabling functionality.

Code

protected $dependent_modules = array(
  'commerce',
  'commerce_cart',
  'commerce_checkout',
  'commerce_product',
  'commerce_customer',
  'commerce_line_item',
  'commerce_order',
  'commerce_payment',
  'commerce_price',
  'commerce_product_reference',
  'commerce_ui',
  'commerce_product_ui',
  'addressfield',
  'entity',
  'rules',
  'ctools',
  'views',
  'interval',
  'entityreference',
  'date',
  'date_popup',
  'date_api',
);