profileAllQueries() 공개 메소드

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