예제 #1
0
 public function testMagicCall()
 {
     $this->profiler->start('foo', 'BAR');
     $this->profiler->stop('foo');
     $this->profiler->error('No beer');
 }