profileAllQueries() public method

public profileAllQueries ( $slowms = null )
Example #1
0
 public function testFindProfilerRows()
 {
     $this->database->profileAllQueries();
     $row = $this->database->findProfilerRows()->findOne();
     $this->assertArrayHasKey('op', $row);
     $this->assertArrayHasKey('ns', $row);
 }