コード例 #1
0
ファイル: FileInputTest.class.php プロジェクト: xp-forge/json
 public function can_create_with_file()
 {
     $file = new File($this->tempName());
     $file->touch();
     $this->assertEquals($file, (new FileInput($file))->file());
 }