profileSlowQueries() 공개 메소드

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