From 4dcf1e8cd9257d18a85d4e493a9b892c497a0594 Mon Sep 17 00:00:00 2001 From: Sam Tuke Date: Fri, 19 Apr 2019 21:23:47 +0200 Subject: [PATCH] [CLEANUP] Add info on running PHPUnit tests locally for this repository --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8cf6207a..421f66f8 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,14 @@ You can stop the server with CTRL + C. ### Testing +Running tests requires that necessary composer packages, such as PHPUnit, are +first installed for this repository. If you installed `core` using the +`base-distribution` package, then you must install the composer packages +separately. To do so, change to the base directory of `core` and run +`composer install`. + +See `.travis.yml` for commands to run various PHPUnit test suites. + To run the server in testing mode (which normally will only be needed for the automated tests, provide the `--env` option: