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 7716687 commit dc2a742Copy full SHA for dc2a742
1 file changed
system/testing/BaseTestCase.cfc
@@ -4,7 +4,7 @@
4
* ---
5
* Base testing component to intergrate TestBox with ColdBox
6
*/
7
-component extends="testbox.system.compat.framework.TestCase" accessors="true" {
+component extends="testbox.system.BaseSpec" accessors="true" {
8
9
/**
10
* The application mapping this test links to
0 commit comments