/* * Copyright 2000-2013 Enonic AS * http://www.enonic.com/license */ package com.enonic.cms.core.xslt.functions.portal; import org.junit.Test; public class CreateCaptchaFormInputNameFunctionTest extends AbstractPortalFunctionTest { @Test public void testFunction() throws Exception { processTemplate( "createCaptchaFormInputName" ); } }