Guest User

Untitled

a guest
Mar 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function hook_simpletest_alter(&$groups) {
  2. // An alternative session handler module would not want to run the original
  3. // Session HTTPS handling test because it checks the sessions table in the
  4. // database.
  5. unset($groups['Session']['testHttpsSession']);
  6. }
Add Comment
Please, Sign In to add comment