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.
 
 
 
Kanti ca361dc57e moved the vendor-dir into System 11 years ago
..
Suin/RSSWriter moved the vendor-dir into System 11 years ago
Bootstrap.php moved the vendor-dir into System 11 years ago
README.md moved the vendor-dir into System 11 years ago
composer.json moved the vendor-dir into System 11 years ago
phpunit.xml.dist moved the vendor-dir into System 11 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.