コード例 #1
0
ファイル: LocalTest.php プロジェクト: mychaelstyle/php-utils
 /**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  */
 protected function tearDown()
 {
     $fpath = DIR_WORK . '/' . $this->uri_example;
     if (file_exists($fpath)) {
         unlink($fpath);
     }
     parent::tearDown();
 }
コード例 #2
0
ファイル: StringTest.php プロジェクト: mychaelstyle/php-utils
 /**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  */
 protected function tearDown()
 {
     parent::tearDown();
 }
コード例 #3
0
 /**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  */
 public function tearDown()
 {
     parent::tearDown();
 }