Changeset View
Changeset View
Standalone View
Standalone View
src/filesystem/PhutilDirectoryFixture.php
| <?php | <?php | ||||
| final class PhutilDirectoryFixture { | final class PhutilDirectoryFixture extends Phobject { | ||||
| protected $path; | protected $path; | ||||
| public static function newFromArchive($archive) { | public static function newFromArchive($archive) { | ||||
| $obj = self::newEmptyFixture(); | $obj = self::newEmptyFixture(); | ||||
| execx( | execx( | ||||
| 'tar -C %s -xzvvf %s', | 'tar -C %s -xzvvf %s', | ||||
| $obj->getPath(), | $obj->getPath(), | ||||
| Show All 39 Lines | |||||