PHPUnit – How to Run PHPUnit Against a Specific Test
he other day I was debugging an error in one of my unit tests, and found it hard to track down because when I ran PHPUnit, it ran all the tests contained in the file where my problem unit test was located. After some Googling and reading the PHPUnit Api Docs, I found that you can specify a test, among other tests, by adding a comment with the @group annotation. Using @group and any group name you
Want to have your say? just login


Be first to show your opinion !!!