Commit ba5e695
committed
Add aljibe-config command test
This commit adds a new check_aljibe_config_command function that tests:
- ddev aljibe-config default_site returns one line
- ddev aljibe-config hooks -k returns 8 lines with all expected hook names
- ddev aljibe-config hooks returns 8 lines including drush uli command
The test is called after check_create_database_command in the install
from directory test suite.1 parent 620c29e commit ba5e695
1 file changed
+43
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
245 | 285 | | |
246 | 286 | | |
247 | 287 | | |
| |||
278 | 318 | | |
279 | 319 | | |
280 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
281 | 324 | | |
0 commit comments