testIsPermittedPath()
testIsPermittedPath(string $input, bool $expected) : mixed
Test whether the validation of whether a path is of a permitted type works correctly.
Parameters
string | $input | A relative or absolute path to a file. |
bool | $expected | The expected function return value. |