From 4839f83c3a6edd1b4534d73728b88329f4c354fa Mon Sep 17 00:00:00 2001 From: Andrew Kovalyov Date: Wed, 11 Nov 2015 22:33:46 +0200 Subject: [PATCH] Update note about tests --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d269cc..b0a584a 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,8 @@ Don't forget to clear your cache afterwards. ## TESTS -You can run the test suite by executing: +If you want to run tests, please check that you have installed dev dependencies. ```bash -phpunit --bootstrap vendor/autoload.php Tests/ +./vendor/bin/phpunit ```