Просмотр файла htmly-2.9.8/system/vendor/suin/php-rss-writer/Tests/README.md

Размер файла: 380B
# 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.