コード例 #1
0
 /**
  * @covers Profiler::getIgnoreVariables
  */
 public function testgetIgnoreVariablesReturnAsArray()
 {
     $this->assertSame('array', gettype($this->profiler->getIgnoreVariables()));
 }