-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
At this moment only PHP code has unit tests. To run simply execute PHPUnit in the root of package
$ phpunit
The code is continuously reviewed by different Continuous Integration Services
Service | Results |
---|---|
Travis CI | |
scrutinizer | |
SensioLabsInsight | |
Codacy | |
Code Climate | |
StyleCI |