/wheels/tests/global/_public/addroute.cfc
ColdFusion CFScript | 9 lines | 6 code | 3 blank | 0 comment | 0 complexity | 9333b760283d9aeabd133b37aa8d8e6f MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
- <cfcomponent extends="wheelsMapping.Test">
- <cfset global.controller = createobject("component", "wheelsMapping.Controller") />
-
- <cffunction name="test_addRoute_valid">
- <cfset fail()>
- </cffunction>
-
- </cfcomponent>