Exemple #1
0
 public function testResolve()
 {
     $this->profiler->start('foo', 'barbar');
     $this->profiler->stop('foo');
     $this->profiler->monitor('Foobar', function () {
         // yeah
     });
     $this->assertInstanceOf(\Generator::class, $this->datasource->getProcess($this->process->getId()));
 }