PageRenderTime 31ms CodeModel.GetById 22ms app.highlight 5ms RepoModel.GetById 0ms app.codeStats 0ms

/wheels/tests/model/miscellaneous/_property.cfc

http://cfwheels.googlecode.com/
ColdFusion CFScript | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | 5338a122e4751742a0e84697e223f613 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
1<cfcomponent extends="wheelsMapping.Test">
2
3	<cffunction name="test_property_valid">
4		<cfset fail()>
5	</cffunction>
6
7</cfcomponent>