summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/docs/tests.markdown
blob: 72bb48b0fbffbf2521b3b0b811b43f2cedc3c9a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Running unit tests
==================

If the autoloader is not yet installed run:

```php
composer dump-autoload
```

Then run:

```php
phpunit tests
```