@@ -28,6 +28,7 @@ teardown() {
28
28
' '
29
29
30
30
assert_line --index 0 --regexp " ^::debug::Using the following Composer command: '.*/php .*/composer install --no-interaction --no-progress --ansi'$"
31
+ assert_line " ::debug::The COMPOSER environment variable is 'composer.json'"
31
32
assert_line --partial ' Installing dependencies from lock file (including require-dev)'
32
33
assert_line --partial ' Verifying lock file contents can be installed on current platform'
33
34
assert_line --partial ' Generating autoload files'
@@ -48,6 +49,7 @@ teardown() {
48
49
' '
49
50
50
51
assert_line --index 0 --regexp " ^::debug::Using the following Composer command: '.*/php .*/composer update --no-interaction --no-progress --ansi --prefer-lowest --prefer-stable'$"
52
+ assert_line " ::debug::The COMPOSER environment variable is 'composer.json'"
51
53
assert_line --partial ' Updating dependencies'
52
54
assert_line --partial ' Installing dependencies from lock file (including require-dev)'
53
55
assert_line --partial ' Generating autoload files'
@@ -68,6 +70,7 @@ teardown() {
68
70
' '
69
71
70
72
assert_line --index 0 --regexp " ^::debug::Using the following Composer command: '.*/php .*/composer update --no-interaction --no-progress --ansi'$"
73
+ assert_line " ::debug::The COMPOSER environment variable is 'composer.json'"
71
74
assert_line --partial ' Updating dependencies'
72
75
assert_line --partial ' Installing dependencies from lock file (including require-dev)'
73
76
assert_line --partial ' Generating autoload files'
@@ -88,6 +91,7 @@ teardown() {
88
91
' '
89
92
90
93
assert_line --index 0 --regexp " ^::debug::Using the following Composer command: '.*/php .*/composer install --no-interaction --no-progress --ansi'$"
94
+ assert_line " ::debug::The COMPOSER environment variable is 'composer.json'"
91
95
assert_line --partial ' Installing dependencies from lock file (including require-dev)'
92
96
assert_line --partial ' Verifying lock file contents can be installed on current platform'
93
97
assert_line --partial ' Generating autoload files'
@@ -108,6 +112,7 @@ teardown() {
108
112
' '
109
113
110
114
assert_line --index 0 --regexp " ^::debug::Using the following Composer command: '.*/php .*/composer install --no-interaction --no-progress --ansi'$"
115
+ assert_line " ::debug::The COMPOSER environment variable is 'composer.json'"
111
116
assert_line --partial ' Installing dependencies from lock file (including require-dev)'
112
117
assert_line --partial ' Verifying lock file contents can be installed on current platform'
113
118
assert_line --partial ' Generating autoload files'
@@ -128,6 +133,7 @@ teardown() {
128
133
' '
129
134
130
135
assert_line --index 0 --regexp " ^::debug::Using the following Composer command: '.*/php .*/composer install --no-interaction --no-progress --ansi --ignore-platform-reqs --optimize-autoloader'$"
136
+ assert_line " ::debug::The COMPOSER environment variable is 'composer.json'"
131
137
assert_line --partial ' Installing dependencies from lock file (including require-dev)'
132
138
assert_line --partial ' Verifying lock file contents can be installed on current platform'
133
139
assert_line --partial ' Generating optimized autoload files'
@@ -148,6 +154,7 @@ teardown() {
148
154
' '
149
155
150
156
assert_line --index 0 --regexp " ^::debug::Using the following Composer command: '.*/php .*/composer update --no-interaction --no-progress --ansi --prefer-lowest --prefer-stable --ignore-platform-reqs --optimize-autoloader'$"
157
+ assert_line " ::debug::The COMPOSER environment variable is 'composer.json'"
151
158
assert_line --partial ' Updating dependencies'
152
159
assert_line --partial ' Installing dependencies from lock file (including require-dev)'
153
160
assert_line --partial ' Generating optimized autoload files'
@@ -168,6 +175,7 @@ teardown() {
168
175
' '
169
176
170
177
assert_line --index 0 --regexp " ^::debug::Using the following Composer command: '.*/php .*/composer update --no-interaction --no-progress --ansi --ignore-platform-reqs --optimize-autoloader'$"
178
+ assert_line " ::debug::The COMPOSER environment variable is 'composer.json'"
171
179
assert_line --partial ' Updating dependencies'
172
180
assert_line --partial ' Installing dependencies from lock file (including require-dev)'
173
181
assert_line --partial ' Generating optimized autoload files'
@@ -188,6 +196,7 @@ teardown() {
188
196
' '
189
197
190
198
assert_line --index 0 --regexp " ^::debug::Using the following Composer command: '.*/php .*/composer install --no-interaction --no-progress --ansi --ignore-platform-reqs --optimize-autoloader'$"
199
+ assert_line " ::debug::The COMPOSER environment variable is 'composer.json'"
191
200
assert_line --partial ' Installing dependencies from lock file (including require-dev)'
192
201
assert_line --partial ' Verifying lock file contents can be installed on current platform'
193
202
assert_line --partial ' Generating optimized autoload files'
@@ -208,6 +217,7 @@ teardown() {
208
217
' '
209
218
210
219
assert_line --index 0 --regexp " ^::debug::Using the following Composer command: '.*/php .*/composer\.phar install --no-interaction --no-progress --ansi'$"
220
+ assert_line " ::debug::The COMPOSER environment variable is 'composer.json'"
211
221
assert_line --partial ' Installing dependencies from lock file (including require-dev)'
212
222
assert_line --partial ' Verifying lock file contents can be installed on current platform'
213
223
assert_line --partial ' Generating autoload files'
0 commit comments