/wheels/tests/model/_callbacks/afterInitialization.cfc
http://cfwheels.googlecode.com/ · ColdFusion CFScript · 11 lines · 8 code · 3 blank · 0 comment · 0 complexity · 778f20cace6c772f81f574adfbf62bfd MD5 · raw file
- <cfcomponent extends="wheelsMapping.Test">
- <cffunction name="setup">
- <cfset loc.controller = controller(name="dummy")>
- </cffunction>
- <cffunction name="test_afterInitialization_valid">
- <cfset fail()>
- </cffunction>
- </cfcomponent>