/wheels/tests/global/_public/singularize.cfc
ColdFusion CFScript | 9 lines | 6 code | 3 blank | 0 comment | 0 complexity | a016b9086b007af088e4dbf2f6f75098 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
1<cfcomponent extends="wheelsMapping.Test"> 2 3 <cfset global.controller = createobject("component", "wheelsMapping.Controller") /> 4 5 <cffunction name="test_singularize_valid"> 6 <cfset fail()> 7 </cffunction> 8 9</cfcomponent>