예제 #1
0
파일: FileTest.php 프로젝트: sbuberl/fSQL
 public function test__destruct()
 {
     $file = new File("garbage/path");
     $file->__destruct();
 }