public function testCookieDomainCanBeEmpty() { $this->config->setCookieDomain(''); $this->assertEquals('', $this->config->getCookieDomain()); }