コード例 #1
0
ファイル: NullProfilerTest.php プロジェクト: ndrx-io/profiler
 public function testMagicCall()
 {
     $this->profiler->start('foo', 'BAR');
     $this->profiler->stop('foo');
     $this->profiler->error('No beer');
 }