コード例 #1
0
 /**
  * @covers Profiler::getIgnoreFunctions
  */
 public function testgetIgnoreFunctions()
 {
     $this->profiler->setIgnoreFunctions(self::IgnoreFunctionsArray);
     $this->assertSame(self::IgnoreFunctionsArray, $this->profiler->getIgnoreFunctions());
 }