profileSlowQueries() public method

public profileSlowQueries ( $slowms = 100 )
Exemplo n.º 1
0
 public function testProfileSlowQueries()
 {
     $result = $this->database->profileSlowQueries(200);
     $this->assertArrayHasKey('was', $result);
     $this->assertArrayHasKey('slowms', $result);
 }