PHPUnit assertDirectoryIsWritable() Function
The assertDirectoryIsWritable() function is a builtin function in PHPUnit and is used to assert whether the directory specified is a directory or is writable. This assertion will return true in the case if either given directory path exists and is writable else return false. In case of true the asse