We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe1529 commit fc0497fCopy full SHA for fc0497f
tests/specs/ioc/InjectorTest.cfc
@@ -15,7 +15,7 @@
15
.$( "canDebug", false )
16
.$( "canError", true )
17
.$( "error" );
18
- util = createMock( "coldbox.system.core.util.Util" )
+ util = createMock( "coldbox.system.core.util.Util" )
19
.$( "getInheritedMetaData" )
20
.$results( { path : "path.to.object" } );
21
injector.setUtility( util );
0 commit comments