Helpers
class Helpers
Test helpers.
Methods
static void
purge(string $dir)
Purges directory.
static string
findCommonDirectory(array $paths)
Find common directory for given paths. All files or directories must exist.
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 43
static string
findCommonDirectory(array $paths)
Find common directory for given paths. All files or directories must exist.
at line 72
static array
parseDocComment(string $s)
internal |
Parse phpDoc comment.
at line 97
static string
errorTypeToString(int $type)
internal |
No description
at line 111
static string
escapeArg(string $s)
Escape a string to be used as a shell argument.