Testing Without Virtual Application
component extends="coldbox.system.testing.BaseTestCase"{
// Do not load the Virtual Application
this.loadColdBox = false;
}Was this helpful?
component extends="coldbox.system.testing.BaseTestCase"{
// Do not load the Virtual Application
this.loadColdBox = false;
}Was this helpful?
Was this helpful?