htmly/system/vendor/suin/php-rss-writer/Tests
2016-07-31 11:52:28 +02:00
..
Suin/RSSWriter [CLEANUP] move plugin urilfy to composer setup 2016-07-31 11:52:28 +02:00
.gitignore Update composer + sitemap bugs fixes 2015-09-20 21:12:17 +07:00
Bootstrap.php Update composer + sitemap bugs fixes 2015-09-20 21:12:17 +07:00
composer.json Update composer + sitemap bugs fixes 2015-09-20 21:12:17 +07:00
phpunit.xml.dist Update composer + sitemap bugs fixes 2015-09-20 21:12:17 +07:00
README.md Update composer + sitemap bugs fixes 2015-09-20 21:12:17 +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.