This repository was archived by the owner on Feb 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 9
9
10
10
namespace ZendTest \ServiceManager \AbstractFactory ;
11
11
12
- use ProxyManager \Factory \LazyLoadingValueHolderFactory ;
13
12
use Zend \ServiceManager \AbstractFactory \ConfigAbstractFactory ;
14
13
use Zend \ServiceManager \Exception \ServiceNotCreatedException ;
15
- use Zend \ServiceManager \Proxy \LazyServiceFactory ;
16
14
use Zend \ServiceManager \ServiceManager ;
17
15
use ZendTest \ServiceManager \TestAsset \ComplexDependencyObject ;
18
- use ZendTest \ServiceManager \TestAsset \FailingFactory ;
19
16
use ZendTest \ServiceManager \TestAsset \InvokableObject ;
20
17
use ZendTest \ServiceManager \TestAsset \SecondComplexDependencyObject ;
21
18
use ZendTest \ServiceManager \TestAsset \SimpleDependencyObject ;
@@ -137,9 +134,9 @@ public function testInvokeWithComplexArguments()
137
134
SimpleDependencyObject::class,
138
135
SecondComplexDependencyObject::class,
139
136
],
140
- SecondComplexDependencyObject::class => [
141
- InvokableObject::class,
142
- ],
137
+ SecondComplexDependencyObject::class => [
138
+ InvokableObject::class,
139
+ ],
143
140
]
144
141
]
145
142
);
You can’t perform that action at this time.
0 commit comments