Adds readme for tests

This commit is contained in:
Samuel Georges 2015-03-02 19:08:04 +11:00
parent bd2b9f2770
commit 1a0ed50d82
2 changed files with 9 additions and 4 deletions

View File

@ -39,11 +39,9 @@ The CMS uses [Laravel](http://laravel.com) as a foundation PHP framework.
### Using LESS
The theme is based on the Twitter Bootstrap framework and uses LESS language for generating the CSS. Please use a suitable LESS application for compiling the **assets/less/*.less** file to **assets/css/*.css**. The following applications are recommended:
The theme is based on the Twitter Bootstrap framework and uses LESS language for generating the CSS. Please use a suitable LESS application for compiling the **assets/less/*.less** file to **assets/css/*.css**. The following application is recommended:
* [LESS.app](http://incident57.com/less/) for Mac
* [WinLess](http://winless.org/) for Windows
* [Koala](http://koala-app.com/) for Linux
* [Koala](http://koala-app.com/)
### Contact

7
tests/README.md Normal file
View File

@ -0,0 +1,7 @@
### Unit tests
Unit tests can be performed by running `phpunit` in the root directory or inside `/tests/unit`.
### Functional tests
Functional tests can be performed by running `phpunit` in the `/tests/functional` directory.