sf-static/flblog/system/vendor/suin/php-rss-writer/Tests/README.md

27 lines
380 B
Markdown
Raw Normal View History

2023-02-28 18:21:07 +00:00
# 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.