Example #1
0
 public function testDebugger()
 {
     Debug::bench('slowThing', array(), $this);
     Debug::setUserData('foo', 'bar');
     Debug::output();
 }