File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ public function provideValidOptions()
5858
5959 yield 'lazy_root_creation_enabled ' => [[
6060 'directory ' => __DIR__ ,
61- 'lazy_root_creation ' => true
61+ 'lazy_root_creation ' => true ,
6262 ]];
6363
6464 yield 'lazy_root_creation_disabled ' => [[
6565 'directory ' => __DIR__ ,
66- 'lazy_root_creation ' => false
66+ 'lazy_root_creation ' => false ,
6767 ]];
6868
6969 yield 'full ' => [[
@@ -80,7 +80,7 @@ public function provideValidOptions()
8080 'private ' => 0755 ,
8181 ],
8282 ],
83- 'lazy_root_creation ' => true
83+ 'lazy_root_creation ' => true ,
8484 ]];
8585 }
8686
@@ -110,7 +110,7 @@ public function testOptionsBehavior()
110110 'lock ' => LOCK_EX ,
111111 'skip_links ' => true ,
112112 'permissions ' => $ permissions ,
113- 'lazy_root_creation ' => true
113+ 'lazy_root_creation ' => true ,
114114 ]);
115115
116116 $ this ->assertSame (LocalFilesystemAdapter::class, $ definition ->getClass ());
You can’t perform that action at this time.
0 commit comments