예제 #1
0
파일: BoxTest.php 프로젝트: ajbm6/box2-lib
 public function testGetSignature()
 {
     $path = RES_DIR . '/example.phar';
     $phar = new Phar($path);
     $this->assertEquals($phar->getSignature(), Box::getSignature($path));
 }