@@ -100,11 +100,11 @@ Feature: List the values of a wp-config.php file
100100 | DB_HOST |
101101 | DB_CHARSET |
102102 | DB_COLLATE |
103- Then STDOUT should not contain:
103+ And STDOUT should not contain:
104104 """
105105 table_prefix
106106 """
107- Then STDOUT should not contain:
107+ And STDOUT should not contain:
108108 """
109109 AUTH_KEY
110110 """
@@ -113,15 +113,15 @@ Feature: List the values of a wp-config.php file
113113 Then STDOUT should be a table containing rows:
114114 | name |
115115 | DB_HOST |
116- Then STDOUT should not contain:
116+ And STDOUT should not contain:
117117 """
118118 table_prefix
119119 """
120- Then STDOUT should not contain:
120+ And STDOUT should not contain:
121121 """
122122 AUTH_KEY
123123 """
124- Then STDOUT should not contain:
124+ And STDOUT should not contain:
125125 """
126126 DB_NAME
127127 """
@@ -143,15 +143,15 @@ Feature: List the values of a wp-config.php file
143143 | name |
144144 | DB_USER |
145145 | DB_PASSWORD |
146- Then STDOUT should not contain:
146+ And STDOUT should not contain:
147147 """
148148 table_prefix
149149 """
150- Then STDOUT should not contain:
150+ And STDOUT should not contain:
151151 """
152152 AUTH_KEY
153153 """
154- Then STDOUT should not contain:
154+ And STDOUT should not contain:
155155 """
156156 DB_HOST
157157 """
@@ -161,15 +161,15 @@ Feature: List the values of a wp-config.php file
161161 | name |
162162 | DB_USER |
163163 | DB_PASSWORD |
164- Then STDOUT should not contain:
164+ And STDOUT should not contain:
165165 """
166166 table_prefix
167167 """
168- Then STDOUT should not contain:
168+ And STDOUT should not contain:
169169 """
170170 AUTH_KEY
171171 """
172- Then STDOUT should not contain:
172+ And STDOUT should not contain:
173173 """
174174 DB_HOST
175175 """
@@ -185,11 +185,11 @@ Feature: List the values of a wp-config.php file
185185 | SECURE_AUTH_SALT |
186186 | LOGGED_IN_SALT |
187187 | NONCE_SALT |
188- Then STDOUT should not contain:
188+ And STDOUT should not contain:
189189 """
190190 table_prefix
191191 """
192- Then STDOUT should not contain:
192+ And STDOUT should not contain:
193193 """
194194 DB_HOST
195195 """
@@ -232,11 +232,11 @@ Feature: List the values of a wp-config.php file
232232 | DB_HOST |
233233 | DB_CHARSET |
234234 | DB_COLLATE |
235- Then STDOUT should not contain:
235+ And STDOUT should not contain:
236236 """
237237 table_prefix
238238 """
239- Then STDOUT should not contain:
239+ And STDOUT should not contain:
240240 """
241241 AUTH_KEY
242242 """
@@ -245,15 +245,15 @@ Feature: List the values of a wp-config.php file
245245 Then STDOUT should be a table containing rows:
246246 | name |
247247 | DB_HOST |
248- Then STDOUT should not contain:
248+ And STDOUT should not contain:
249249 """
250250 table_prefix
251251 """
252- Then STDOUT should not contain:
252+ And STDOUT should not contain:
253253 """
254254 AUTH_KEY
255255 """
256- Then STDOUT should not contain:
256+ And STDOUT should not contain:
257257 """
258258 DB_NAME
259259 """
@@ -275,15 +275,15 @@ Feature: List the values of a wp-config.php file
275275 | name |
276276 | DB_USER |
277277 | DB_PASSWORD |
278- Then STDOUT should not contain:
278+ And STDOUT should not contain:
279279 """
280280 table_prefix
281281 """
282- Then STDOUT should not contain:
282+ And STDOUT should not contain:
283283 """
284284 AUTH_KEY
285285 """
286- Then STDOUT should not contain:
286+ And STDOUT should not contain:
287287 """
288288 DB_HOST
289289 """
@@ -293,15 +293,15 @@ Feature: List the values of a wp-config.php file
293293 | name |
294294 | DB_USER |
295295 | DB_PASSWORD |
296- Then STDOUT should not contain:
296+ And STDOUT should not contain:
297297 """
298298 table_prefix
299299 """
300- Then STDOUT should not contain:
300+ And STDOUT should not contain:
301301 """
302302 AUTH_KEY
303303 """
304- Then STDOUT should not contain:
304+ And STDOUT should not contain:
305305 """
306306 DB_HOST
307307 """
@@ -317,11 +317,11 @@ Feature: List the values of a wp-config.php file
317317 | SECURE_AUTH_SALT |
318318 | LOGGED_IN_SALT |
319319 | NONCE_SALT |
320- Then STDOUT should not contain:
320+ And STDOUT should not contain:
321321 """
322322 table_prefix
323323 """
324- Then STDOUT should not contain:
324+ And STDOUT should not contain:
325325 """
326326 DB_HOST
327327 """
0 commit comments