diff options
-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``:: |