5 lines
145 B
Plaintext
5 lines
145 B
Plaintext
<cfcomponent extends="taffy.core.resource">
|
|
<cfif structKeyExists(request, "_testsRunning")>
|
|
<cfthrow message="Fail">
|
|
</cfif>
|
|
</cfcomponent> |