pUnit - Unit Testing for PHP
Why ?
- 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.
- I want to hit a url and run unit tests.
- I want to point my browser at a url and run a test suite and display cool test stats
- I want to hook up my test suites to a continuous integration system
- 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...