In various more functional based languages there are tools (like Quickcheck) which allow for property based testing.
How would I go about property based testing in PHP?
I would like to be able to specify the in and output properties of a PHP method, and run coverage tests.