diff --git a/README.md b/README.md index 4b4c8e378..8309262d2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 000000000..851111ac1 --- /dev/null +++ b/tests/README.md @@ -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. \ No newline at end of file