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 21
static void
purge($dir)
Purges directory.
at line 41
static array
parseDocComment($s)
internal |
Parse phpDoc comment.
at line 66
static
errorTypeToString($type)
internal |
No description
at line 81
static string
escapeArg($s)
Escape a string to be used as a shell argument.