PHP Class Webmozart\Glob\Test\TestUtil

Since: 3.1
Author: Bernhard Schussek ([email protected])
Show file Open project: webmozart/glob Class Usage Examples

Public Methods

Method Description
makeTempDir ( string $namespace, string $className ) : string Creates a temporary directory.

Private Methods

Method Description
__construct ( )

Method Details

makeTempDir() public static method

Creates a temporary directory.
public static makeTempDir ( string $namespace, string $className ) : string
$namespace string The directory path in the system's temporary directory.
$className string The name of the test class.
return string The path to the created directory.