Neos\Flow\Tests\Unit\Http\CookieTest::constructorThrowsExceptionOnInvalidDomain PHP Method

constructorThrowsExceptionOnInvalidDomain() public method

    public function constructorThrowsExceptionOnInvalidDomain($domain)
    {
        new Cookie('foo', 'bar', 0, null, $domain);
    }