15 lines
155 B
Markdown
Raw Normal View History

Running unit tests
==================
If the autoloader is not yet installed run:
```php
composer dump-autoload
```
Then run:
```php
phpunit tests
```