Commit 1677e70b authored by Taddeus Kroes's avatar Taddeus Kroes

Changed README to a .md file

parent 129dbc4f
------- WebBasics
=========
Summary Summary
------- -------
WebBasics is a set of classes that provides the minimal functionalities of a WebBasics is a set of classes that provides the minimal functionalities of a
...@@ -7,7 +9,6 @@ and some array manipulation functions. No MVC 'model' implementation is ...@@ -7,7 +9,6 @@ and some array manipulation functions. No MVC 'model' implementation is
included, there are already many of these out there (PHPActiveRecord is included, there are already many of these out there (PHPActiveRecord is
recommended). recommended).
----------
Unit tests Unit tests
---------- ----------
Unit tests are located in the 'tests/' directory. PHPUnit is used to run Unit tests are located in the 'tests/' directory. PHPUnit is used to run
...@@ -15,7 +16,6 @@ tests. The PHP extension Xdebug needs to be installed in order to generate a ...@@ -15,7 +16,6 @@ tests. The PHP extension Xdebug needs to be installed in order to generate a
code 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 'build/docs/' PhpDocumentor can be used to generate documentation in the 'build/docs/'
......
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