kyledot.net/system/vendor/suin/php-rss-writer/Tests
2025-02-10 06:33:08 +09:30
..
Suin/RSSWriter Installing htmly 2025-02-10 06:33:08 +09:30
.gitignore Installing htmly 2025-02-10 06:33:08 +09:30
Bootstrap.php Installing htmly 2025-02-10 06:33:08 +09:30
composer.json Installing htmly 2025-02-10 06:33:08 +09:30
phpunit.xml.dist Installing htmly 2025-02-10 06:33:08 +09:30
README.md Installing htmly 2025-02-10 06:33:08 +09:30

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.