Example #1
0
 function testContentHash()
 {
     $f1 = new File("/" . FRAMEWORK_CORE_PATH . "tests/io/test_dir/content_dir/test_file.txt");
     $this->assertEqual("bca20547e94049e1ffea27223581c567022a5774", $f1->getContentHash(), "L'hash del file non corrisponde!!");
 }