We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17ac4b commit b1d50f0Copy full SHA for b1d50f0
system/testing/BaseInterceptorTest.cfc
@@ -16,10 +16,7 @@ component extends="coldbox.system.testing.BaseTestCase" {
16
var mockBox = getMockBox();
17
var applicationHelper = [];
18
19
- // Load ColdBox?
20
- if ( this.loadColdBox ) {
21
- super.setup();
22
- }
+ super.setup();
23
24
// Check for interceptor else throw exception
25
if ( NOT structKeyExists( md, "interceptor" ) ) {
system/testing/BaseModelTest.cfc
@@ -15,10 +15,7 @@ component extends="coldbox.system.testing.BaseTestCase" {
15
var md = getMetadata( this );
// Check for model path annotation, and use it if declared.
if ( structKeyExists( md, "model" ) ) {
0 commit comments