diff options
author | Ricardo Soares de Lima <ricardo.soaresdelima@gmail.com> | 2013-03-21 06:51:46 +0100 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2013-03-21 06:51:46 +0100 |
commit | 1cc149fbd6a621edfa404561a84ce1e4b3552c18 (patch) | |
tree | 83a62c753f0c453effd41d08b7ab7c47bc984758 | |
parent | 26352761d3d1920390b0ba6d133543f3b83674a5 (diff) | |
download | semanticscuttle-1cc149fbd6a621edfa404561a84ce1e4b3552c18.tar.gz semanticscuttle-1cc149fbd6a621edfa404561a84ce1e4b3552c18.tar.bz2 |
document unit test dependencies
-rw-r--r-- | doc/developers/running-unit-tests.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/developers/running-unit-tests.rst b/doc/developers/running-unit-tests.rst index 8b0fa0d..f75cb81 100644 --- a/doc/developers/running-unit-tests.rst +++ b/doc/developers/running-unit-tests.rst @@ -1,5 +1,10 @@ Running unit tests ================== +The tests are dependent on the pear packages HTTP_Request2 and Stream_Var. + +Install them with: :: + $ pear install HTTP_Request2 + $ pear install Stream_Var Go to the SemanticScuttle ``tests`` directory and run ``phpunit``:: |