You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Danang Probo Sayekti 643b3be88d Initial commit 12 years ago
..
Suin/RSSWriter Initial commit 12 years ago
.gitignore Initial commit 12 years ago
Bootstrap.php Initial commit 12 years ago
README.md Initial commit 12 years ago
composer.json Initial commit 12 years ago
phpunit.xml.dist Initial commit 12 years ago

README.md

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.