class Helpers

Test helpers.

Methods

static void
purge($dir)

Purges directory.

static array
parseDocComment($s)

Parse phpDoc comment.

static 
errorTypeToString($type)

No description

static string
escapeArg($s)

Escape a string to be used as a shell argument.

Details

at line 22
static void purge($dir)

Purges directory.

Parameters

$dir

Return Value

void

at line 42
static array parseDocComment($s)

internal  
 

Parse phpDoc comment.

Parameters

$s

Return Value

array

at line 67
static errorTypeToString($type)

internal  
 

No description

Parameters

$type

at line 82
static string escapeArg($s)

Escape a string to be used as a shell argument.

Parameters

$s

Return Value

string