コード例 #1
0
 public function tearDown()
 {
     parent::tearDown();
     $this->cleanup();
 }
コード例 #2
0
ファイル: TextTest.php プロジェクト: ceko/concrete5-1
 /**
  * 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();
 }