Exemplo n.º 1
0
 /**
  * Tears down the fixture, for example, close a network connection.
  * This method is called after a test is executed.
  */
 protected function tearDown()
 {
     foreach ($this->tearDownRestore as $restore) {
         $restore();
     }
     $restore = null;
     $this->tearDownRestore = null;
     parent::tearDown();
 }