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