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