getTreeId() public method

This should change if any of the application files or build settings change.
public getTreeId ( string $appRoot ) : string | false
$appRoot string
return string | false
 public function testGetTreeId()
 {
     $builder = new LocalBuild();
     $treeId = $builder->getTreeId('tests/data/apps/composer');
     $this->assertEquals('944cb5782066b6bd501677a35a6399b6b7a7c573', $treeId);
 }