/wheels/tests/view/formsdateplain/DaySelectTag.cfc
ColdFusion CFScript | 9 lines | 6 code | 3 blank | 0 comment | 0 complexity | d8c0da7563775fca2686a50059f54ab9 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
- <cfcomponent extends="wheelsMapping.Test">
-
- <cfset loc.controller = controller(name="dummy")>
-
- <cffunction name="_test_x">
- <cfset assert("1 IS 1")>
- </cffunction>
-
- </cfcomponent>