kyledot.net/system/vendor/suin/php-rss-writer/Tests
2025-03-06 08:42:31 +09:30
..
Suin/RSSWriter Move to HTMLY and new post 2025-03-06 08:42:31 +09:30
.gitignore Move to HTMLY and new post 2025-03-06 08:42:31 +09:30
Bootstrap.php Move to HTMLY and new post 2025-03-06 08:42:31 +09:30
composer.json Move to HTMLY and new post 2025-03-06 08:42:31 +09:30
phpunit.xml.dist Move to HTMLY and new post 2025-03-06 08:42:31 +09:30
README.md Move to HTMLY and new post 2025-03-06 08:42:31 +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.