/wheels/tests/model/_callbacks/afterNew.cfc
ColdFusion CFScript | 11 lines | 8 code | 3 blank | 0 comment | 0 complexity | 42326d7d1309af3c2a9fbf1921d58d69 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
- <cfcomponent extends="wheelsMapping.Test">
- <cffunction name="setup">
- <cfset loc.controller = controller(name="dummy")>
- </cffunction>
- <cffunction name="test_afterNew_valid">
- <cfset fail()>
- </cffunction>
- </cfcomponent>