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 94b2092 commit 62c12eaCopy full SHA for 62c12ea
2 files changed
box.json
@@ -42,7 +42,7 @@
42
"cbproxies":"^1"
43
},
44
"devDependencies":{
45
- "testbox":"*",
+ "testbox":"be",
46
"commandbox-boxlang":"*",
47
"commandbox-cfformat":"*"
48
tests/specs/cache/providers/CFProviderTest.cfc
@@ -1,4 +1,8 @@
1
-component extends="tests.resources.BaseIntegrationTest" skip="notAdobe" {
+component
2
+ extends="tests.resources.BaseIntegrationTest"
3
+ skip="notAdobe"
4
+ displayName="ColdFusion Cache Provider Test"
5
+{
6
7
this.loadColdBox = false;
8
0 commit comments