@@ -76,8 +76,6 @@ public function testGenFilesCommand(
76
76
if ($ baseImages === null ) {
77
77
$ baseImages =
78
78
[
79
- '--php56-image ' => 'gcr.io/google-appengine/php56:latest ' ,
80
- '--php70-image ' => 'gcr.io/google-appengine/php70:latest ' ,
81
79
'--php71-image ' => 'gcr.io/google-appengine/php71:latest ' ,
82
80
'--php72-image ' => 'gcr.io/google-appengine/php72:latest ' ,
83
81
'--php73-image ' => 'gcr.io/google-appengine/php73:latest ' ,
@@ -188,32 +186,6 @@ public function dataProvider()
188
186
[],
189
187
'\\Google \\Cloud \\Runtimes \\Builder \\Exception \\InvalidComposerFlagsException '
190
188
],
191
- [
192
- // PHP 5.6
193
- __DIR__ . '/test_data/php56 ' ,
194
- null ,
195
- '' ,
196
- '/app ' ,
197
- 'added by the php runtime builder ' ,
198
- 'gcr.io/google-appengine/php56:latest ' ,
199
- ["COMPOSER_FLAGS='--no-dev --prefer-dist' \\\n" ,
200
- "FRONT_CONTROLLER_FILE='index.php' \\\n" ,
201
- "DETECTED_PHP_VERSION='5.6' \n"
202
- ]
203
- ],
204
- [
205
- // PHP 7.0
206
- __DIR__ . '/test_data/php70 ' ,
207
- null ,
208
- '' ,
209
- '/app ' ,
210
- 'added by the php runtime builder ' ,
211
- 'gcr.io/google-appengine/php70:latest ' ,
212
- ["COMPOSER_FLAGS='--no-dev --prefer-dist' \\\n" ,
213
- "FRONT_CONTROLLER_FILE='index.php' \\\n" ,
214
- "DETECTED_PHP_VERSION='7.0' \n"
215
- ]
216
- ],
217
189
[
218
190
// PHP 7.1
219
191
__DIR__ . '/test_data/php71 ' ,
0 commit comments