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