Around the same time last year, I made a presentation of php-quickcheck to my colleagues. This nifty library allows you to quickly test your functions with thousands of generated inputs to easily find bugs in your software by using a technique called property based testing. The main advantage is that you don't have to think of test values anymore, just write a generator and let the library do all