File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,8 @@ private function getBaseConfig(Config $config): array
186186 'ADMIN_URL ' => 'admin '
187187 ],
188188 'MAGENTO_CLOUD_APPLICATION ' => [
189- 'hooks ' => $ config ->getHooks ()
189+ 'hooks ' => $ config ->getHooks (),
190+ 'mounts ' => $ config ->getMounts ()
190191 ]
191192 ];
192193 }
Original file line number Diff line number Diff line change @@ -136,7 +136,8 @@ public function testGenerate(): void
136136 'ADMIN_URL ' => 'admin '
137137 ],
138138 'MAGENTO_CLOUD_APPLICATION ' => [
139- 'hooks ' => []
139+ 'hooks ' => [],
140+ 'mounts ' => []
140141 ],
141142 ])
142143 ->willReturn ([
@@ -182,7 +183,8 @@ public function testGenerate(): void
182183 ],
183184 [
184185 [
185- 'hooks ' => []
186+ 'hooks ' => [],
187+ 'mounts ' => []
186188 ],
187189 2 ,
188190 'exported_application_value ' ,
You can’t perform that action at this time.
0 commit comments