testFileIsAccessible()
testFileIsAccessible(string $input, bool $expected) : mixed
Verify whether the "is a file accessible" check works correctly.
Parameters
string | $input | A relative or absolute path to a file. |
bool | $expected | The expected function return value. |