示例#1
0
 /**
  * Executes the current command.
  **/
 protected function execute(InputInterface $input, OutputInterface $output)
 {
     $driver = new XdebugSQLite3();
     $driver->resetLog();
 }