We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c75c4 commit 314486bCopy full SHA for 314486b
lib/filestorage/tests/file_system_filedir_test.php
@@ -694,7 +694,7 @@ public function test_add_file_from_path_file_unavailable() {
694
$vfileroot = $this->setup_vfile_root();
695
696
$this->setExpectedException('file_exception',
697
- 'Cannot read file. Either the file does not exist or there is a permission problem.');
+ 'Can not read file, either file does not exist or there are permission problems');
698
699
$fs = new file_system_filedir();
700
$fs->add_file_from_path(\org\bovigo\vfs\vfsStream::url('filedir/file'));
0 commit comments