Пример #1
0
 public function tearDown()
 {
     parent::tearDown();
     $this->cleanup();
 }
Пример #2
0
 /**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  */
 public function tearDown()
 {
     unset($this->object);
     parent::tearDown();
 }