How do you manage the unit test files in projects? do you add them in git?
问题 How do you manage your PHPUnit files in your projects? Do you add it to your git repository or do you ignore them? Do you use @assert tag in your PHPdocs codes? 回答1: Setup I'm not using php currently, but I'm working with python unit testing and sphinx documentation in git. We add our tests to git and even have certain requirements on test passing for pushing to the remote devel and master branches ( master harder than devel ). This assures a bit of code quality (test coverage should also be