You are here

public static property CartLinksTest::$modules in Ubercart 8.4

The standard modules to be loaded for all tests.

Type: string[]

Overrides UbercartTestBase::$modules

File

uc_cart_links/src/Tests/CartLinksTest.php, line 17

Class

CartLinksTest
Tests the Cart Links functionality.

Namespace

Drupal\uc_cart_links\Tests

Code

public static $modules = [
  'uc_cart_links',
  'uc_attribute',
  'help',
  'block',
];