/wheels/tests/global/_public/set.cfc
http://cfwheels.googlecode.com/ · ColdFusion CFScript · 9 lines · 6 code · 3 blank · 0 comment · 0 complexity · 6985a0f6ece6804ea00074470822a1f4 MD5 · raw file
- <cfcomponent extends="wheelsMapping.Test">
- <cfset global.controller = createobject("component", "wheelsMapping.Controller") />
-
- <cffunction name="test_set_valid">
- <cfset fail()>
- </cffunction>
-
- </cfcomponent>