PHP Trait Platformsh\Cli\Tests\HasTempDirTrait

Show file Open project: commerceguys/platform-cli

Protected Properties

Property Type Description
$tempDir

Public Methods

Method Description
tearDown ( )

Protected Methods

Method Description
createTempDir ( string $parentDir, string $prefix = '' ) : string
createTempSubDir ( string $prefix = '' ) : string
tempDirSetUp ( )

Method Details

createTempDir() protected method

protected createTempDir ( string $parentDir, string $prefix = '' ) : string
$parentDir string
$prefix string
return string

createTempSubDir() protected method

protected createTempSubDir ( string $prefix = '' ) : string
$prefix string
return string

tearDown() public method

public tearDown ( )

tempDirSetUp() protected method

protected tempDirSetUp ( )

Property Details

$tempDir protected property

protected $tempDir