You are here

public static property QuoteTest::$modules in Ubercart 8.4

The standard modules to be loaded for all tests.

Type: string[]

Overrides UbercartTestBase::$modules

File

shipping/uc_quote/src/Tests/QuoteTest.php, line 17

Class

QuoteTest
Tests shipping quote functionality.

Namespace

Drupal\uc_quote\Tests

Code

public static $modules = [
  // 'rules_admin',
  'uc_payment',
  'uc_payment_pack',
  'uc_quote',
];