Proyectos de Subversion Moodle

Rev

Rev 11 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11 Rev 1441
Línea 85... Línea 85...
85
    public function stop(): void {
85
    public function stop(): void {
86
        try {
86
        try {
87
            parent::stop();
87
            parent::stop();
88
        } catch (DriverException $e) {
88
        } catch (DriverException $e) {
89
            error_log($e->getMessage());
89
            error_log($e->getMessage());
-
 
90
            $rcp = new \ReflectionProperty(parent::class, 'webDriver');
90
            $this->webDriver = null;
91
            $rcp->setValue($this, null);
91
        }
92
        }
92
    }
93
    }
93
}
94
}