function testGetFormsInvalidDomain()
 {
     $plugin = new ContactForm();
     $forms = $plugin->getForms('ObviouslyFakeSubdomainThatDoesNotExist');
     $this->assertTrue(is_string($forms), 'getForms on a non-existing subdomain should return an error message');
 }