예제 #1
0
파일: Connection.php 프로젝트: sigma-z/dive
 protected function stopSqlLogger()
 {
     if ($this->sqlLogger) {
         $this->sqlLogger->stopQuery();
     }
 }
예제 #2
0
 public function testClear()
 {
     $this->logger->clear();
     $this->assertAttributeEmpty('queries', $this->logger);
     $this->assertAttributeEmpty('current', $this->logger);
 }