class Helpers

Test helpers.

Methods

static void
purge(string $dir)

Purges directory.

static array
parseDocComment(string $s)

Parse phpDoc comment.

static string
errorTypeToString(int $type)

No description

static string
escapeArg(string $s)

Escape a string to be used as a shell argument.

Details

at line 21
static void purge(string $dir)

Purges directory.

Parameters

string $dir

Return Value

void

at line 40
static array parseDocComment(string $s)

internal  
 

Parse phpDoc comment.

Parameters

string $s

Return Value

array

at line 65
static string errorTypeToString(int $type)

internal  
 

No description

Parameters

int $type

Return Value

string

at line 79
static string escapeArg(string $s)

Escape a string to be used as a shell argument.

Parameters

string $s

Return Value

string