You are here

protected static property RoleTest::$modules in Ubercart 8.4

Enable editor because that module caused a crash on non-shippable products.

Overrides UbercartBrowserTestBase::$modules

See also

https://www.drupal.org/node/2695639

File

uc_role/tests/src/Functional/RoleTest.php, line 24

Class

RoleTest
Tests the role purchase functionality.

Namespace

Drupal\Tests\uc_role\Functional

Code

protected static $modules = [
  'uc_payment',
  'uc_payment_pack',
  'uc_role',
  'editor',
];