I'm more and more looking at working with a combination of phpspec for unit testing and codeception for acceptance tests, rather than using PHPUnit (first question, what are peoples thoughts on this approach?)
The thing that I'd like to be able to do though, is build an overall code coverage report that is a combination of the coverage phpspec and codeception is providing me. I'm aware that the idea of phpspec is that it's to encourage writing tests first etc, however I know that there'll be plenty of times that I or another coder on the project will not stick to this, and I'd like to be able to know what is not covered so we can identify any potential holes in testing.
Does anybody know if this is possible, if so I'd love some pointers on this.
Did you find anything more out about this? I'd also like some sort of code coverage tool for phpspec
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community