public function tearDown()
 {
     error_reporting($this->oldErrorReporting);
     parent::tearDown();
 }
 protected function tearDown()
 {
     parent::tearDown();
     $this->mock = null;
     $this->driver = null;
 }