15 lines
155 B
Markdown
15 lines
155 B
Markdown
|
Running unit tests
|
||
|
==================
|
||
|
|
||
|
If the autoloader is not yet installed run:
|
||
|
|
||
|
```php
|
||
|
composer dump-autoload
|
||
|
```
|
||
|
|
||
|
Then run:
|
||
|
|
||
|
```php
|
||
|
phpunit tests
|
||
|
```
|