Chris@0: /** Chris@0: * Implements hook_simpletest_alter(). Chris@0: */ Chris@0: function {{ machine_name }}_simpletest_alter(&$groups) { Chris@0: // An alternative session handler module would not want to run the original Chris@0: // Session HTTPS handling test because it checks the sessions table in the Chris@0: // database. Chris@0: unset($groups['Session']['testHttpsSession']); Chris@0: }