Exemple #1
0
 /**
  * @expectedException \RuntimeException
  */
 public function testAddCollectorError()
 {
     $this->profiler->registerCollectorClass(UnValidCollector::class);
 }