public static property SupportTicketCreationTest::$modules in Support Ticketing System 8
Modules to enable.
Enable dummy module that implements hook_ENTITY_TYPE_insert() for exceptions (function support_ticket_test_exception_support_ticket_insert() ).
Type: array
Overrides SupportTicketTestBase::$modules
File
- modules/
support_ticket/ src/ Tests/ SupportTicketCreationTest.php, line 28 - Contains \Drupal\support_ticket\Tests\SupportTicketCreationTest.
Class
- SupportTicketCreationTest
- Create a support ticket and test saving it.
Namespace
Drupal\support_ticket\TestsCode
public static $modules = [
'support_ticket_test_exception',
'dblog',
];