From 9fc918683090af46cb5783e34c26adf064d889ea Mon Sep 17 00:00:00 2001 From: Tyler Lemburg <trlemburg@gmail.com> Date: Mon, 22 Aug 2016 15:35:00 -0500 Subject: [PATCH] Update README with testing instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 841dc1fc..a625b7d5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,12 @@ 11. This project uses `/public` instead of `/www` for its DocumentRoot, you may have to go into your httpd.conf files and change this. Look in `/etc/httpd/conf.d/` for a number-prefixed conf file. 12. The server should now be running at `localhost:8009`. +** Testing ** +------------- +We are now striving for more unit testing. To run tests, please go to the +root folder and type +`phpunit --verbose --bootstrap config.inc.php tests` + ** Usage ** ----------- -- GitLab