From e467ab9e64a26131f76071c8266acd00e7220019 Mon Sep 17 00:00:00 2001 From: Finne Fortuin Date: Thu, 27 Jun 2019 14:57:24 +0200 Subject: [PATCH] updated readme with Docker file sharing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4afeb14..d52ba9e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The test output files can be found in various locations under the /files directo Try and enable xdebug ('lando xdebug-on'), enable your debug listener in PHPStorm, setting a breakpoint in a test and running a test. You should now be able to debug your tests. NB: Running Docker (for Mac) with a debugger on slows down php quite a bit. Use the tooling provided to quickly switch debugging on/off without restarting your containers: 'lando xdebug-on' and 'lando xdebug-off'. -NNB: Docker for Mac can be quite slow because of the slow file syncing. The default settings sync your user folder, including all data in ~/Library. To speed up Docker you should only sync folders you need: your project folders, and the composer/ssh/lando config dirs: +NNB: Docker for Mac can be quite slow because of the slow file syncing. The default settings sync your user folder, including all data in ~/Library. To speed up Docker you should only sync folders you need: your project folders, and the composer/ssh/lando config dirs: ![docker-file-sharing](README.images/docker-file-sharing.png) ### Running tests in PHPStorm: check your PHPStorm debug settings: