Skip to content

Commit

Permalink
load mixins from modules so the rest of the test harness can listen
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano authored Sep 13, 2024
1 parent 83566dd commit 2a73771
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test-harness/config/Coldbox.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
moduleName = request.MODULE_NAME,
invocationPath = "moduleroot"
);

// Reload the renderer in case we have module helpers
controller.getRenderer().startup()
// Reload all interceptors with new mixins if available.
controller.getInterceptorService().announce( "cbLoadInterceptorHelpers" )
}

}

0 comments on commit 2a73771

Please sign in to comment.