Test framework in a tweet
Here's another cool piece of code by Matthias Verraes:
Yep, that's the entire test framework. More info at:function it($m,$p){echo ($p?'✔︎':'✘')." It $m\n"; if(!$p){$GLOBALS['f']=1;}}function done(){if(@$GLOBALS['f'])die(1);}