# Tests

To run the Ladybug test suite, you'll need some extra development dependencies:

```
php composer.phar install --dev
```

Once installed, just launch the following command:

```
phpunit
```

***

Previous section: [Reference](https://github.com/raulfraile/ladybug/blob/master/doc/reference.md).