document unit test dependencies

This commit is contained in:
Ricardo Soares de Lima 2013-03-21 06:51:46 +01:00 committed by Christian Weiske
parent 26352761d3
commit 1cc149fbd6

View File

@ -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``::