@@ -103,7 +103,7 @@ public function testDeploy($options, $expectedContentVersion)
103
103
$ package ->expects ($ this ->never ())->method ('getTheme ' );
104
104
$ package ->expects ($ this ->never ())->method ('getLocale ' );
105
105
} else {
106
- $ package ->expects ($ this ->exactly (1 ))->method ('isVirtual ' )->willReturn (false );
106
+ $ package ->expects ($ this ->exactly (2 ))->method ('isVirtual ' )->willReturn (false );
107
107
$ package ->expects ($ this ->exactly (3 ))->method ('getArea ' )->willReturn ('area ' );
108
108
$ package ->expects ($ this ->exactly (3 ))->method ('getTheme ' )->willReturn ('theme ' );
109
109
$ package ->expects ($ this ->exactly (3 ))->method ('getLocale ' )->willReturn ('locale ' );
@@ -198,6 +198,7 @@ public function deployDataProvider()
198
198
[
199
199
'strategy ' => 'compact ' ,
200
200
'no-javascript ' => false ,
201
+ 'no-js-bundle ' => false ,
201
202
'no-html-minify ' => false ,
202
203
'refresh-content-version-only ' => false ,
203
204
],
@@ -207,6 +208,7 @@ public function deployDataProvider()
207
208
[
208
209
'strategy ' => 'compact ' ,
209
210
'no-javascript ' => false ,
211
+ 'no-js-bundle ' => false ,
210
212
'no-html-minify ' => false ,
211
213
'refresh-content-version-only ' => false ,
212
214
'content-version ' => '123456 ' ,
@@ -231,6 +233,7 @@ public function testMaxExecutionTimeOptionPassed()
231
233
DeployStaticOptions::JOBS_AMOUNT => 3 ,
232
234
DeployStaticOptions::STRATEGY => 'compact ' ,
233
235
DeployStaticOptions::NO_JAVASCRIPT => true ,
236
+ DeployStaticOptions::NO_JS_BUNLDE => true ,
234
237
DeployStaticOptions::NO_HTML_MINIFY => true ,
235
238
];
236
239
0 commit comments