File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ public function should_throw_if_modified_after_building_a_container()
256256 public  function  should_create_proxies ()
257257 {
258258 $ buildernew  ContainerBuilder (FakeContainer::class);
259- $ builderwriteProxiesToFile (true , 'somedir ' );
259+   $ builderwriteProxiesToFile (true , 'somedir ' );
260260 $ container$ builderbuild ();
261261
262262 $ this assertSame ('somedir ' , self ::getProperty ($ containerproxyFactory , 'proxyDirectory ' ));
@@ -268,7 +268,7 @@ public function should_create_proxies()
268268 public  function  should_not_create_proxies ()
269269 {
270270 $ buildernew  ContainerBuilder (FakeContainer::class);
271- $ builderwriteProxiesToFile (false , 'somedir ' );
271+   $ builderwriteProxiesToFile (false , 'somedir ' );
272272 $ container$ builderbuild ();
273273
274274 $ this assertNull (self ::getProperty ($ containerproxyFactory , 'proxyDirectory ' ));
                         You can’t perform that action at this time. 
           
                  
0 commit comments