We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba8f4c commit 5faa9cbCopy full SHA for 5faa9cb
tests/Application.cfc
@@ -17,6 +17,9 @@ component{
17
// Turn on/off white space management
18
this.whiteSpaceManagement = "smart";
19
20
+ // Turn on/off remote cfc content whitespace
21
+ this.suppressRemoteComponentContent = false;
22
+
23
// setup test path
24
this.mappings[ "/tests" ] = getDirectoryFromPath( getCurrentTemplatePath() );
25
// setup root path
0 commit comments