PCextreme / cloudstack-php

Native PHP Cloudstack client
MIT License
10 stars 9 forks source link

Implemented Infection as Mutation testing framework #8

Closed FrontEndCoffee closed 6 years ago

FrontEndCoffee commented 6 years ago

Infection is a mutation testing framework.

This entails that the quality of the tests is tested by messing with parameter types and values.

For now, a minimum score of 50% has been set in the CI testing pipeline