disableProfiler() 공개 메소드

public disableProfiler ( )
예제 #1
0
 public function testDisableProfiler()
 {
     $result = $this->database->disableProfiler();
     $this->assertArrayHasKey('was', $result);
     $this->assertArrayHasKey('slowms', $result);
 }