문제

I am using SimpleTest API and PHPUnit Test API. Does any of them support automated bug logging support . And if not then how can I will provide this feature ?

도움이 되었습니까?

해결책

PHPUnit can, for example, interact with issues in

Buiding one that fits your propose sure is possible.

Also there are other ways to make PHPUnit tell you what is happening like

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top