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