Skip to content

Testing

albertmoreno edited this page Aug 11, 2015 · 14 revisions

During the development we are trying to maintain the the maximum code quality and coverage. For this reason all code is tested (PHPUnit) and analyzed with some integration services

Running Tests

At this moment only PHP code has unit tests. To run simply execute PHPUnit in the root of package

$ phpunit

Continuous Integration

The code is continuously reviewed by different Continuous Integration Services

Service Results
Travis CI Build Status
scrutinizer Scrutinizer Code Quality Code Coverage Build Status
SensioLabsInsight SensioLabsInsight
Codacy Codacy Badge
Code Climate Code Climate
StyleCI StyleCI
Clone this wiki locally