Domanda

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 ?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top