98cc76eff7cf8c7899026092c49cc9a84f9e25dc
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / simpletest_alter.twig
1 /**
2  * Implements hook_simpletest_alter().
3  */
4 function {{ machine_name }}_simpletest_alter(&$groups) {
5   // An alternative session handler module would not want to run the original
6   // Session HTTPS handling test because it checks the sessions table in the
7   // database.
8   unset($groups['Session']['testHttpsSession']);
9 }