示例#1
0
文件: FileTest.php 项目: phpj/phpj
 public function testHashCodeFile()
 {
     $this->assertInternalType('integer', $this->file->hashCode());
 }