From 1b4aaa0fabeb362113739df225eff43aca6fcbaa Mon Sep 17 00:00:00 2001 From: Bobby Allen Date: Fri, 15 May 2015 15:33:19 +0100 Subject: [PATCH] Updated README file with some additional information. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c0a82d..3a19c82 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ If you wish to run the tests yourself you should run the following: ``` # Install the Distical Library with the 'development' packages this then including PHPUnit! composer install --dev + # Now we run the unit tests (from the root of the project) like so: ./vendor/bin/phpunit ```