예제 #1
0
파일: FileTest.php 프로젝트: phpj/phpj
 public function testHashCodeFile()
 {
     $this->assertInternalType('integer', $this->file->hashCode());
 }