Skip to content

Commit dc2a742

Browse files
committed
COLDBOX-1379 #resolve
Change Coldbox BaseTestCase to Extend BaseSpec rather than Compat TestCase
1 parent 7716687 commit dc2a742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/testing/BaseTestCase.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* ---
55
* Base testing component to intergrate TestBox with ColdBox
66
*/
7-
component extends="testbox.system.compat.framework.TestCase" accessors="true" {
7+
component extends="testbox.system.BaseSpec" accessors="true" {
88

99
/**
1010
* The application mapping this test links to

0 commit comments

Comments
 (0)