Commit b0cfb3cd authored by Taddeus Kroes's avatar Taddeus Kroes

Updated README.

parent b506859d
...@@ -10,13 +10,13 @@ recommended). ...@@ -10,13 +10,13 @@ recommended).
---------- ----------
Unit tests Unit tests
---------- ----------
Unit tests are in the 'tests/' directory. PHPUnit is used to run tests. The Unit tests are located in the 'tests/' directory. PHPUnit is used to run
PHP extension Xdebug needs to be installed in order to generate a code tests. The PHP extension Xdebug needs to be installed in order to generate a
coverage report. To run all unit tests, simply run 'phpunit' in the root code coverage report. To run all unit tests, simply run 'phpunit' in the root
directory. directory.
------------- -------------
Documentation Documentation
------------- -------------
PhpDocumentor can be used to generate documentation in the 'docs/' directory. PhpDocumentor can be used to generate documentation in the 'build/docs/'
Just run 'phpdoc' in the root directory. directory. Just run 'phpdoc' in the root directory.
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment