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