You are here

public static property SupportTicketTestBase::$modules in Support Ticketing System 8

Modules to enable.

Type: array

File

modules/support_ticket/src/Tests/SupportTicketTestBase.php, line 25
Contains \Drupal\support_ticket\Tests\SupportTicketTestBase.

Class

SupportTicketTestBase
Sets up ticket type.

Namespace

Drupal\support_ticket\Tests

Code

public static $modules = array(
  'support_ticket',
);