From b3ffa5d332a37612c1e3891783dbb2a5aea00fda Mon Sep 17 00:00:00 2001 From: Christian Scheb Date: Wed, 14 Mar 2018 22:32:56 +0100 Subject: [PATCH] How to execute the test suite --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3afbe1fd..94186b32 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ creating a pull requests or feature request in the issues section. Besides new features, [translations](Resources/translations) are highly welcome. +To run the test suite install the dependencies with `composer install` and then execute `bin/phpunit`. + License ------- This bundle is available under the [MIT license](LICENSE).