PageRenderTime 113ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/wheels/tests/global/_public/pluralize.cfc

http://cfwheels.googlecode.com/
ColdFusion CFScript | 9 lines | 6 code | 3 blank | 0 comment | 0 complexity | 0166df721336b2d790aa7acb4a93da96 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <cfcomponent extends="wheelsMapping.Test">
  2. <cfset global.controller = createobject("component", "wheelsMapping.Controller") />
  3. <cffunction name="test_pluralize_valid">
  4. <cfset fail()>
  5. </cffunction>
  6. </cfcomponent>