Issue #3243422: Add a kernel test of WritableFileSystemValidator
1 unresolved thread
Merge request reports
Activity
added 2 commits
marked this merge request as draft from issue/automatic_updates-3243422@9801e2f0
added 6 commits
-
7615861b...56499f0c - 4 commits from branch
project:8.x-2.x
- 35a0a891 - Merge branch '8.x-2.x' into 3243422-use-vfs
- e5a80d67 - phpcbf
-
7615861b...56499f0c - 4 commits from branch
mentioned in merge request !75
41 /** 42 * Data provider for ::testWritable(). 43 * 44 * @return array[] 45 * Sets of arguments to pass to the test method. 46 */ 47 public function providerWritable(): array { 48 $root_error = t('The Drupal directory "vfs://htdoc/root" is not writable.'); 49 $vendor_error = t('The vendor directory "vfs://htdoc/vendor" is not writable.'); 50 $summary = t('The file system is not writable.'); 51 52 return [ 53 'root and vendor are writable' => [ 54 [ 55 'root' => TRUE, 56 'vendor' => TRUE, changed this line in version 5 of the diff
Please register or sign in to reply