public static property ManualPaymentAdminTest::$modules in Commerce Core 8.2
Modules to enable.
Note that when a child class declares its own $modules list, that list doesn't override this one, it just extends it.
Type: array
Overrides CommerceBrowserTestBase::$modules
File
- modules/
payment/ tests/ src/ Functional/ ManualPaymentAdminTest.php, line 42
Class
- ManualPaymentAdminTest
- Tests the admin UI for payments of type 'payment_manual'.
Namespace
Drupal\Tests\commerce_payment\FunctionalCode
public static $modules = [
'commerce_order',
'commerce_product',
'commerce_payment',
];