From d25c495510175effc8f0f939f2caf4fb8296627b Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Mon, 23 Aug 2021 16:28:12 -0400 Subject: [PATCH] FIX LEMP TEZT2 --- examples/lemp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lemp/README.md b/examples/lemp/README.md index 4730f47b3..72ff215d3 100644 --- a/examples/lemp/README.md +++ b/examples/lemp/README.md @@ -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