From 9121cdaabc40cd02f34f2b21265bcbbece58272f Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Thu, 31 Mar 2022 14:29:50 -0500 Subject: [PATCH] adding test environment --- config/Coldbox.cfc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/Coldbox.cfc b/config/Coldbox.cfc index f4ee413965..b6c95c7826 100755 --- a/config/Coldbox.cfc +++ b/config/Coldbox.cfc @@ -443,6 +443,13 @@ component { }; } + /** + * Testing Mode. + */ + function testing(){ + development(); + } + /** * Development environment * ORTUS DEVELOPMENT ENVIRONMENT, REMOVE FOR YOUR APP IF NEEDED