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

constructorThrowsExceptionOnInvalidExpiresParameter() public method

    public function constructorThrowsExceptionOnInvalidExpiresParameter($parameter)
    {
        new Cookie('foo', 'bar', $parameter);
    }