mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
380 B
380 B
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.