/wheels/tests/view/forms/textArea.cfc
http://cfwheels.googlecode.com/ · ColdFusion CFScript · 11 lines · 8 code · 3 blank · 0 comment · 0 complexity · 523afb15f67fda12e785e2e5674227b8 MD5 · raw file
- <cfcomponent extends="wheelsMapping.Test">
- <cffunction name="setup">
- <cfset loc.controller = controller(name="ControllerWithModel")>
- </cffunction>
- <cffunction name="test_x_textArea_valid">
- <cfset loc.controller.textArea(objectName="user", property="firstname")>
- </cffunction>
- </cfcomponent>