From: Ricardo Soares de Lima Date: Thu, 21 Mar 2013 05:51:46 +0000 (+0100) Subject: document unit test dependencies X-Git-Tag: v0.98.6~38 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1cc149fbd6a621edfa404561a84ce1e4b3552c18;p=semanticscuttle.git document unit test dependencies --- 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``::