diff --git a/README.md b/README.md index 841dc1fc14850e68284e7d480c060a3c94b88d9a..a625b7d57a639d2b5996798e25ccfb932ed3e6f3 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 ** -----------