From 1cc149fbd6a621edfa404561a84ce1e4b3552c18 Mon Sep 17 00:00:00 2001 From: Ricardo Soares de Lima Date: Thu, 21 Mar 2013 06:51:46 +0100 Subject: document unit test dependencies --- doc/developers/running-unit-tests.rst | 5 +++++ 1 file changed, 5 insertions(+) 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``:: -- cgit v1.2.3