Combining PHPSpec and PHPUnit Code Coverage in CircleCI
Published:
I really like using PHPSpec for unit testing but for integration tests we need to use PHPUnit or something similar. I prefer having code coverage combined for my unit and integration tests but to accomplish this we have to combine our phpunit coverage wit… [Read More]