There was an error while loading. Please reload this page.
1 parent 83566dd commit 2a73771Copy full SHA for 2a73771
test-harness/config/Coldbox.cfc
@@ -82,6 +82,11 @@
82
moduleName = request.MODULE_NAME,
83
invocationPath = "moduleroot"
84
);
85
+
86
+ // Reload the renderer in case we have module helpers
87
+ controller.getRenderer().startup()
88
+ // Reload all interceptors with new mixins if available.
89
+ controller.getInterceptorService().announce( "cbLoadInterceptorHelpers" )
90
}
91
92
0 commit comments