htmly/system/vendor/suin/php-rss-writer/Tests
Danang Probo Sayekti c331104bb1 Revert back the composer
Revert back the composer to previous version.
2015-06-29 09:05:37 +07:00
..
Suin/RSSWriter Revert back the composer 2015-06-29 09:05:37 +07:00
Bootstrap.php Revert back the composer 2015-06-29 09:05:37 +07:00
composer.json Revert back the composer 2015-06-29 09:05:37 +07:00
phpunit.xml.dist Revert back the composer 2015-06-29 09:05:37 +07:00
README.md Revert back the composer 2015-06-29 09:05:37 +07: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.