Skip to content

Commit

Permalink
FIX LEMP TEZT2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Aug 23, 2021
1 parent 115b31c commit d25c495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lemp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ lando ssh -s appserver -c "which phpunit | grep /var/www/"
# Should be able to require a composer dep
cd lemp
lando composer require phpunit/phpunit
lando ssh -s appserver -c "/app/vendor/bin/phpunit --version"
lando ssh -s appserver -c "/app/vendors/bin/phpunit --version"
```

Destroy tests
Expand Down

0 comments on commit d25c495

Please sign in to comment.