mirror of
https://github.com/friendica/friendica
synced 2025-04-28 03:50:17 +00:00
Adapt filesystem tests
This commit is contained in:
parent
ccd8895237
commit
7471b7698b
3 changed files with 33 additions and 7 deletions
|
@ -54,7 +54,7 @@ class Filesystem implements IWritableStorage
|
|||
$this->basePath = rtrim($path, '/');
|
||||
|
||||
if (!is_dir($this->basePath) || !is_writable($this->basePath)) {
|
||||
throw new StorageException(sprintf('Path %s does not exist or is not writeable', $this->basePath));
|
||||
throw new StorageException(sprintf('Path "%s" does not exist or is not writeable.', $this->basePath));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue