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