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