You are here

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

Modules to enable.

Type: array

Overrides SupportTicketTestBase::$modules

File

modules/support_ticket/src/Tests/SupportTicketViewTest.php, line 23
Contains \Drupal\support_ticket\Tests\SupportTicketViewTest.

Class

SupportTicketViewTest
Tests the support_ticket/{support_ticket} page.

Namespace

Drupal\support_ticket\Tests

Code

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