File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ component extends="coldbox.system.testing.BaseTestCase" {
16
16
var mockBox = getMockBox ();
17
17
var applicationHelper = [];
18
18
19
- // Load ColdBox?
20
- if ( this .loadColdBox ) {
21
- super .setup ();
22
- }
19
+ super .setup ();
23
20
24
21
// Check for interceptor else throw exception
25
22
if ( NOT structKeyExists ( md , " interceptor" ) ) {
Original file line number Diff line number Diff line change @@ -15,10 +15,7 @@ component extends="coldbox.system.testing.BaseTestCase" {
15
15
var md = getMetadata ( this );
16
16
var mockBox = getMockBox ();
17
17
18
- // Load ColdBox?
19
- if ( this .loadColdBox ) {
20
- super .setup ();
21
- }
18
+ super .setup ();
22
19
23
20
// Check for model path annotation, and use it if declared.
24
21
if ( structKeyExists ( md , " model" ) ) {
You can’t perform that action at this time.
0 commit comments