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