Skip to content

Commit

Permalink
Update Application.cfc
Browse files Browse the repository at this point in the history
Added this.suppressRemoteComponentContent = false;
  • Loading branch information
richardherbert authored Dec 31, 2024
1 parent da6d328 commit a945066
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Application.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ component{
// Turn on/off white space management
this.whiteSpaceManagement = "smart";

// Turn on/off remote cfc content whitespace
this.suppressRemoteComponentContent = false;

// setup test path
this.mappings[ "/tests" ] = getDirectoryFromPath( getCurrentTemplatePath() );
// setup root path
Expand Down

0 comments on commit a945066

Please sign in to comment.