Exemplo n.º 1
0
 public function tearDown()
 {
     error_reporting($this->oldErrorReporting);
     parent::tearDown();
 }
Exemplo n.º 2
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->mock = null;
     $this->driver = null;
 }