Пример #1
0
 public function testSetters()
 {
     $this->profiler->setLogger(new Simple());
     $this->profiler->setDataSource(new NullDataSource());
     $this->profiler->setTimeline(new Timeline(Process::build()->getDispatcher()));
 }