コード例 #1
0
ファイル: ConfigTest.php プロジェクト: ndrx-io/profiler
 public function testPersist()
 {
     $this->collector->resolve();
     $this->collector->persist();
     $this->assertInstanceOf(\Generator::class, $this->datasource->getProcess($this->process->getId()));
 }