moved the vendor-dir into System

This commit is contained in:
Kanti 2014-11-20 08:53:50 +01:00
commit ca361dc57e
49 changed files with 14 additions and 4688 deletions

View file

@ -0,0 +1,28 @@
# How to Test
## Installation
Install [composer](https://github.com/composer/composer) to your ~/bin:
```sh
$ curl -s http://getcomposer.org/installer | php
```
Run composer and install depending packages:
```sh
$ composer.phar install
```
## Executing Tests
Run phpunit:
```sh
$ ./phpunit
```
## View Reports
If you want to see code coverages, open Coverage/index.html.