Skip to content

Commit

Permalink
Update tests of init defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Dec 19, 2024
1 parent 7dcdc22 commit 0a81ba6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/joomla-init/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@ lando mysql -ujoomla -pjoomla joomla -e quit
cd joomla
lando composer list

# Should have defaults in the .lando.yml file
# Should have defaults in the .lando.yml file and still have webroot
cd joomla
cat .lando.yml | grep "php: 7.4"
cat .lando.yml | grep 'php: "7.4"'
cat .lando.yml | grep "via: apache"
cat .lando.yml | grep "xdebug: false"
cat .lando.yml | grep "database: mysql"
cat .lando.yml | grep "webroot: ."
```

## Destroy tests
Expand Down

0 comments on commit 0a81ba6

Please sign in to comment.