Tests

Tests are written for PHPUnit 3.5+ with 100% code coverage and can be run with:

phpunit --bootstrap tests/bootstrap.php tests

Travis-CI

Continuous integration is handled by Travis-CI:

Build Status

Code Coverage

Code coverage can be obtained from PHPUnit with the following command:

phpunit --bootstrap tests/bootstrap.php --coverage-html ../coverage tests