PageRenderTime 26ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/wheels/tests/view/urls/mailTo.cfc

http://cfwheels.googlecode.com/
ColdFusion CFScript | 9 lines | 6 code | 3 blank | 0 comment | 0 complexity | 0c72dd297f2ce8705270ac872f51da2d MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <cfcomponent extends="wheelsMapping.Test">
  2. <cfset loc.controller = controller(name="dummy")>
  3. <cffunction name="test_x_mailTo_valid">
  4. <cfset loc.controller.mailTo(emailAddress="webmaster@yourdomain.com", name="Contact our Webmaster")>
  5. </cffunction>
  6. </cfcomponent>