Helpers
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.
at line 40
static array
parseDocComment(string $s)
internal |
Parse phpDoc comment.
at line 65
static string
errorTypeToString(int $type)
internal |
No description
at line 79
static string
escapeArg(string $s)
Escape a string to be used as a shell argument.