sf-static/flblog/system/vendor/suin/php-rss-writer/Tests
2023-02-28 19:21:07 +01:00
..
Suin/RSSWriter initial commit 2023-02-28 19:21:07 +01:00
.gitignore initial commit 2023-02-28 19:21:07 +01:00
Bootstrap.php initial commit 2023-02-28 19:21:07 +01:00
composer.json initial commit 2023-02-28 19:21:07 +01:00
phpunit.xml.dist initial commit 2023-02-28 19:21:07 +01:00
README.md initial commit 2023-02-28 19:21:07 +01:00

How to Test

Installation

Install composer to your ~/bin:

$ curl -s http://getcomposer.org/installer | php

Run composer and install depending packages:

$ composer.phar install

Executing Tests

Run phpunit:

$ ./phpunit

View Reports

If you want to see code coverages, open Coverage/index.html.