disableProfiler() public method

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