/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

  1. <cfcomponent extends="wheelsMapping.Test">
  2. <cffunction name="setup">
  3. <cfset loc.controller = controller(name="dummy")>
  4. </cffunction>
  5. <cffunction name="test_afterInitialization_valid">
  6. <cfset fail()>
  7. </cffunction>
  8. </cfcomponent>