From 04bf2b94fba74699af15360278119c770f9ce854 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 30 May 2018 13:38:59 +0200 Subject: [PATCH] [BUGFIX] Fix path to vendor in the README (#28) [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 053919f..cc6996c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ git checkout HEAD -- composer.json File > Settings > Languages & Frameworks > PHP > Test Frameworks - (*) Use Composer autoloader -- Path to script: select `vendor/autoload.php` in your project folder +- Path to script: select `.Build/vendor/autoload.php` in your project folder In the Run configurations, edit the PHPUnit configuration and use these settings so this configuration can serve as a template: