PHPUnit or CI Unit test classes ? (and continuous integration) |
Out of those two options - go with PHPUnit. It's pretty much the standard out there and has many more features than CI Unit test classes.
Alternatively, I've become a pretty big fan of Codeception personally. It's built on top of PHPUnit but offers a lot more. Though it can be tricky to get working correctly with Travis. Also - Jenkins is the standard if you're going to host your own Continuous Integration server. Can't fail there. |
Messages In This Thread |
PHPUnit or CI Unit test classes ? (and continuous integration) - by ComputingFroggy - 03-30-2015, 06:41 AM
RE: PHPUnit or CI Unit test classes ? (and continuous integration) - by kilishan - 03-30-2015, 11:14 AM
RE: PHPUnit or CI Unit test classes ? (and continuous integration) - by kenjis - 08-23-2015, 11:19 PM
|