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