Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Sep 6, 2024
1 parent c3ff57e commit cf0837c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/backdrop-custom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ lando mysql backdrop -e quit
# Should have xdebug enabled
lando php -m | grep Xdebug

# Should have bee 1.x-1.x
lando bee version | grep "Bee for Backdrop CMS" | grep "1.x-1.x"
# Should use bee 1.x-1. by default
lando bee version | grep "Version" | grep "1.x-1."

# Should have proxy urls present in lando info
lando info | grep "backdrop-custom.lndo.site"
Expand Down
4 changes: 2 additions & 2 deletions examples/backdrop-defaults/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ lando php -m | grep xdebug || echo $? | grep 1
# Should use the default database connection info
lando mysql backdrop -e quit

# Should use bee 1.x-1.x by default
lando bee version | grep "Bee for Backdrop CMS" | grep "1.x-1.x"
# Should use bee 1.x-1. by default
lando bee version | grep "Version" | grep "1.x-1."

# Should use composer 2 by default
lando exec appserver -- /bin/sh -c 'NO_COLOR=1 composer -V' | grep "Composer version 2."
Expand Down
2 changes: 1 addition & 1 deletion examples/backdrop-init/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lando mysql backdrop -e quit

# Should use bee 1.x-1.x by default
cd backdrop/backdrop
lando bee version | grep "Bee for Backdrop CMS" | grep "1.x-1.x"
lando bee version | grep "Version" | grep "1.x-1."

# Should be able to install Backdrop with bee and verify it installed
cd backdrop/backdrop
Expand Down

0 comments on commit cf0837c

Please sign in to comment.