pUnit - Unit Testing for PHP

Why ?

  1. Coding style/conventions of current unit testing "frameworks" for PHP were different from styles used by Java/C#. I like the coding style/conventions of the Java/C# family of programming languages.
  2. I want to hit a url and run unit tests.
  3. I want to point my browser at a url and run a test suite and display cool test stats
  4. I want to hook up my test suites to a continuous integration system
  5. I want to ...

Where?

Example TestSuite

How ?

Useful Links :

1. Simple Smalltalk Testing: With Patterns
2. Seedwork
A seedwork is some minimal functionality that you modify however you like to get what you need...