Question

Which one goes better with Netbeans: PHPUnit or SimpleTest?

Was it helpful?

Solution

For my general take on PHPUnit vs SimpleTest please see this question:

What unit testing in php to start.


To sum that post up:

  • PHPUnit is THE deFacto standard for Unit testing in PHP
  • Simpletest is outdated and has (imho) outlifed it's usefulness.

For Netbeans:

Netbeans as great PHPUnit Support and I've never seen or heard of anything like that for SimpleTest. I'm not even sure it can run tests written with SimpleTest at all. (At least i couldn't find anything)

So my clear recommendation is to got with phpunit as there are only upsides.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top