You are here

function domain_test_domain_reassign in Domain Access 7.3

Implements hook_domain_reassign().

File

tests/domain_test.domain.inc, line 85
Domain hook tests.

Code

function domain_test_domain_reassign($old_domain, $new_domain, $table) {
  domain_test_set($table);
}